Re-added `rem` alias for remove command

i18n
Michal 2 years ago committed by GitHub
parent 3bd00ed919
commit 68a13e58ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ pub enum Operation {
Install(InstallArgs),
/// Removes a previously installed package
#[clap(name = "remove", aliases = & ["rm", "r", "-R", "-Rs"])]
#[clap(name = "remove", aliases = & ["rm", "rem", "r", "-R", "-Rs"])]
Remove(RemoveArgs),
/// Searches for the relevant packages in both the AUR and repos

Loading…
Cancel
Save