We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustup status
rustup show
1 parent 44fba34 commit 2b5d19bCopy full SHA for 2b5d19b
src/cli/rustup_mode.rs
@@ -158,7 +158,7 @@ enum RustupSubcmd {
158
},
159
160
/// Show the active and installed toolchains or profiles
161
- #[command(after_help = show_help())]
+ #[command(after_help = show_help(), aliases = ["status"])]
162
Show {
163
/// Enable verbose output with rustc information for all installed toolchains
164
#[arg(short, long)]
0 commit comments