clap/tests
Ed Page b7d13dfb88 fix(parser): Prefer invalid subcommands over invalid args
Just having `--help` or `--version` can make us get invalid args instead
of invalid subcommands.   It doesn't make sense to do this unless
positionals are used.  Even then it might not make sense but this is at
least a step in the right direction.

Unsure how I feel about this being backported to clap 3.  It most likely
would be fine?

This was noticed while looking into #4218
2022-09-15 10:30:03 -05:00
..
builder fix(parser): Prefer invalid subcommands over invalid args 2022-09-15 10:30:03 -05:00
derive fix(parser): Prefer invalid subcommands over invalid args 2022-09-15 10:30:03 -05:00
derive_ui fix(derive): Improve skip method error 2022-09-06 10:48:54 -05:00
ui fix(help): Make output more dense 2022-09-07 17:13:55 -05:00
derive_ui.rs chore: Bump MSRV to 1.60.0 2022-08-10 21:32:06 -05:00
examples.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
macros.rs fix: Make arg!(--flag <value>) optional by default 2022-09-12 17:10:01 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00