Add value hints for args
All checks were successful
All checks were successful
This commit is contained in:
@@ -47,6 +47,7 @@ struct Args {
|
||||
short,
|
||||
long,
|
||||
value_name = "PATH",
|
||||
value_hint = clap::ValueHint::FilePath,
|
||||
global = true,
|
||||
hide_short_help = true
|
||||
)]
|
||||
@@ -57,6 +58,7 @@ struct Args {
|
||||
short,
|
||||
long,
|
||||
value_name = "PATH",
|
||||
value_hint = clap::ValueHint::FilePath,
|
||||
global = true,
|
||||
hide_short_help = true
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user