clap/clap_bench
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
..
benches fix: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -05:00
src refactor(bench): Pull out benchmarks into own crate 2022-06-03 13:51:26 -05:00
Cargo.toml chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00