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