Skip to content

Commit 9af2765

Browse files
committed
alias spin plugin uninstall -> rm
Signed-off-by: Michelle Dhanani <[email protected]>
1 parent abba902 commit 9af2765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/plugins.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub enum PluginCommands {
3232
Search(Search),
3333

3434
/// Remove a plugin from your installation.
35+
#[clap(alias = "rm")]
3536
Uninstall(Uninstall),
3637

3738
/// Upgrade one or all plugins.

0 commit comments

Comments
 (0)