diff --git a/src/main.rs b/src/main.rs index 4f7ffb12f4f959d0ff193dc96ac7a288cf7f1c78..0db5f49349e9bdd6e69f03243c9ba03580a50280 100644 --- a/src/main.rs +++ b/src/main.rs @@ -68,7 +68,7 @@ enum Server { format: String, }, /// Remove server - #[command(visible_alias = "rm")] + #[command(visible_alias = "rm", visible_alias = "delete")] Remove { /// Server name name: String,