config: support --config as alternative to --conf
This commit is contained in:
parent
7e23ec1c90
commit
697587ab04
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ pub struct Config {
|
|||
fork: Option<bool>,
|
||||
|
||||
/// Selects a config file to use
|
||||
#[clap(short = 'c', long = "conf")]
|
||||
#[clap(short = 'c', long = "conf", alias = "config")]
|
||||
cfg_path: Option<String>,
|
||||
|
||||
/// Prints the version and then exits
|
||||
|
|
Loading…
Add table
Reference in a new issue