Skip to content

Commit c879cd4

Browse files
authored
Merge pull request #2999 from michelleN/rm
alias spin plugin uninstall -> rm
2 parents abba902 + 9af2765 commit c879cd4

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)