Skip to content

Commit

Permalink
add rm alias to drop command
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Jul 18, 2024
1 parent 1bc0d6c commit 85db664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/drop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use console::style;

/// Drop an installed SDK.
#[derive(Args)]
#[command(visible_aliases = ["delete", "remove"])]
#[command(visible_aliases = ["delete", "remove", "rm"])]
pub struct Drop {
/// The version which should be dropped.
version: String,
Expand Down

0 comments on commit 85db664

Please sign in to comment.