Merge pull request #359 from ingefredriksen/patch-1

Fix help-value for "--syntax-highlight" argument.
pull/361/head
Wilfred Hughes 2022-09-09 09:09:00 +07:00 committed by GitHub
commit 28c5461a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -116,7 +116,7 @@ fn app() -> clap::Command<'static> {
)
.arg(
Arg::new("syntax-highlight").long("syntax-highlight")
.value_name("ON/OFF")
.value_name("on/off")
.env("DFT_SYNTAX_HIGHLIGHT")
.possible_values(["on", "off"])
.default_value("on")