We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abba902 commit 9af2765Copy full SHA for 9af2765
src/commands/plugins.rs
@@ -32,6 +32,7 @@ pub enum PluginCommands {
32
Search(Search),
33
34
/// Remove a plugin from your installation.
35
+ #[clap(alias = "rm")]
36
Uninstall(Uninstall),
37
38
/// Upgrade one or all plugins.
0 commit comments