mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
Add config
option for CargoArgs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0c60a2a667
commit
94550dd5c6
@ -190,6 +190,12 @@ pub struct CargoArgs {
|
||||
pub release: bool,
|
||||
#[arg(long, value_name = "FEATURES", help = "List of features to activate")]
|
||||
pub features: Vec<String>,
|
||||
#[arg(
|
||||
long = "config",
|
||||
help = "Override a configuration value",
|
||||
value_name = "KEY=VALUE"
|
||||
)]
|
||||
pub override_configs: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Args)]
|
||||
|
Reference in New Issue
Block a user