clap/clap_bench/benches
Ed Page c9eef44213 fix: Make arg!(--flag <value>) optional by default
This was ported over from the usage parser which modeled after docopt.
We just never got around to implementing the rest of the syntax.

However, when considering this as a standalone feature, an
`arg!(--flag <value>)`, outside of other context, should be optional.
This is how the help would display it.

Fixes #4206
2022-09-12 17:10:01 -05:00
..
01_default.rs refactor(bench): Pull out benchmarks into own crate 2022-06-03 13:51:26 -05:00
02_simple.rs fix: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -05:00
03_complex.rs fix: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -05:00
04_new_help.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
05_ripgrep.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
06_rustup.rs fix: Deprecate Command::trailing_var_arg 2022-09-06 19:41:17 -05:00