config: support --config as alternative to --conf

This commit is contained in:
Alexander Mohr 2025-08-01 22:27:36 +02:00
parent 7e23ec1c90
commit 697587ab04

View file

@ -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