Describe the problem you are trying to solve
Similar to #1659, I'm writing automation around rustup. I need a way to get the x86_64-unknown-linux-gnu tuple from rustup to find out what the host platform is in a way that I can then use around rustup.
Describe the solution you'd like
I may PR this in, but a command like rustup host which displayed this architecture would be ideal.
Describe the problem you are trying to solve
Similar to #1659, I'm writing automation around
rustup. I need a way to get thex86_64-unknown-linux-gnutuple fromrustupto find out what the host platform is in a way that I can then use aroundrustup.Describe the solution you'd like
I may PR this in, but a command like
rustup hostwhich displayed this architecture would be ideal.