Add ins shorthand for ame install

Signed-off-by: Trivernis <trivernis@protonmail.com>
i18n
Trivernis 2 years ago
parent b8507025f6
commit 1c1a92f586

@ -18,7 +18,7 @@ pub struct Args {
#[derive(Debug, Clone, Subcommand)]
pub enum Operation {
/// Installs a package from either the AUR or the PacMan-defined repositories
#[clap(name="install", aliases=&["i", "-S"])]
#[clap(name="install", aliases=&["i", "ins", "-S"])]
Install(InstallArgs),
/// Removes a previously installed package

Loading…
Cancel
Save