mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 14:39:29 +02:00
[src] set paru as default
This commit is contained in:
parent
5259bb6105
commit
af66a89067
@ -88,7 +88,7 @@ pub struct CreateCommand {
|
|||||||
#[structopt(long = "allow-non-removable")]
|
#[structopt(long = "allow-non-removable")]
|
||||||
pub allow_non_removable: bool,
|
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,
|
pub aur_helper: AurHelper,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user