Skip to content

Commit

Permalink
Merge pull request #2999 from michelleN/rm
Browse files Browse the repository at this point in the history
alias spin plugin uninstall -> rm
  • Loading branch information
itowlson authored Jan 29, 2025
2 parents abba902 + 9af2765 commit c879cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub enum PluginCommands {
Search(Search),

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

/// Upgrade one or all plugins.
Expand Down

0 comments on commit c879cd4

Please sign in to comment.