From 9af27653fb6366c5dc3bd85f3ee1ddf533ef2b41 Mon Sep 17 00:00:00 2001 From: Michelle Dhanani Date: Wed, 29 Jan 2025 08:54:13 -0500 Subject: [PATCH] alias spin plugin uninstall -> rm Signed-off-by: Michelle Dhanani --- src/commands/plugins.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/plugins.rs b/src/commands/plugins.rs index 4655c360aa..68120e87b2 100644 --- a/src/commands/plugins.rs +++ b/src/commands/plugins.rs @@ -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.