Skip to content

Commit

Permalink
add: remove alias to uninstall cuz gilf is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Jan 18, 2024
1 parent b60c2cb commit bcc656c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum Cli {
Sync,

/// Uninstall the specified version
#[clap(visible_alias = "rm")]
#[clap(alias = "remove", visible_alias = "rm")]
Uninstall {
/// Optional Version to be uninstalled |nightly|stable|<version-string>|<commit-hash>|
/// If no Version is provided a prompt is used to select the versions to be uninstalled
Expand Down

0 comments on commit bcc656c

Please sign in to comment.