Use upper case for positional arguments in help too

html_output
Wilfred Hughes 2022-01-29 16:22:02 +07:00
parent db1a356856
commit 037b8bd6cc
1 changed files with 1 additions and 0 deletions

@ -154,6 +154,7 @@ fn app() -> clap::App<'static> {
)
.arg(
Arg::new("paths")
.value_name("PATHS")
.multiple_values(true)
.allow_invalid_utf8(true),
)