[src] set paru as default

This commit is contained in:
Philip Mueller 2023-06-23 15:09:23 +02:00
parent 5259bb6105
commit af66a89067

View File

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