Skip to content

Commit fcc973e

Browse files
authored
Merge pull request #3280 from hi-rustin/rustin-patch-sub-command
Remove `show keys` subcommand
2 parents 7815e92 + 70502d2 commit fcc973e

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

src/cli/rustup_mode.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ pub(crate) fn cli() -> Command<'static> {
274274
.about("Display the computed value of RUSTUP_HOME"),
275275
)
276276
.subcommand(Command::new("profile").about("Show the current profile"))
277-
.subcommand(Command::new("keys").about("Display the known PGP keys")),
278277
)
279278
.subcommand(
280279
Command::new("install")

tests/suite/cli-ui/rustup/rustup_show_cmd_help_flag_stdout.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ SUBCOMMANDS:
1515
active-toolchain Show the active toolchain
1616
home Display the computed value of RUSTUP_HOME
1717
profile Show the current profile
18-
keys Display the known PGP keys
1918
help Print this message or the help of the given subcommand(s)
2019
2120
DISCUSSION:

tests/suite/cli-ui/rustup/rustup_show_cmd_keys_cmd_help_flag_stdout.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)