mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
[src] set paru as default
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user