mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
cli_helpers: add explicit short form -p for --print-config
This commit is contained in:
parent
f3bdb6bc2a
commit
b571f2d8fd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use toml;
|
|||
struct AppOptions {
|
||||
#[options(help = "run with config file", short = "c", meta = "PATH")]
|
||||
config_file: Option<String>,
|
||||
#[options(help = "print default config file")]
|
||||
#[options(help = "print default config file", short = "p")]
|
||||
print_config: bool,
|
||||
#[options(help = "print help message")]
|
||||
help: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue