Browse Source

Update arg commands help

duke
gilardh 4 years ago
parent
commit
d571728064
  1. 2
      cli/src/main.rs

2
cli/src/main.rs

@ -19,7 +19,7 @@ fn main() {
.arg(Arg::with_name("format")
.short("f")
.long("format")
.help("What format to generate the output in")
.help("What format to generate the output in: json or pdf")
.takes_value(true)
.value_name("FORMAT")
.possible_values(&["pdf", "json"])

Loading…
Cancel
Save