mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 12:16:22 -04:00
cleanup
This commit is contained in:
parent
5bc1410bd6
commit
e9e362d4bd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct CmdlineArgs {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
wait_for_debug: bool,
|
wait_for_debug: bool,
|
||||||
/// Specify a configuration file to use
|
/// Specify a configuration file to use
|
||||||
#[arg(short, long, value_name = "FILE", /*allow_invalid_utf8 = true*/)]
|
#[arg(short, long, value_name = "FILE")]
|
||||||
config_file: Option<PathBuf>,
|
config_file: Option<PathBuf>,
|
||||||
/// log level
|
/// log level
|
||||||
#[arg(value_enum)]
|
#[arg(value_enum)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue