feat: support paru as AurHelper (#75)

This commit is contained in:
EdJoPaTo
2021-11-14 20:59:24 +01:00
committed by GitHub
parent 41f68034e2
commit 6b6f26ac51
3 changed files with 20 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ pub struct CreateCommand {
#[structopt(long = "allow-non-removable")]
pub allow_non_removable: bool,
#[structopt(long = "aur-helper", possible_values=&["yay"], default_value="yay")]
#[structopt(long = "aur-helper", possible_values=&["paru", "yay"], default_value="yay")]
pub aur_helper: AurHelper,
}