clap/tests
Ed Page 4c43b21c35 fix(parser): Include required argument in message
When suggesting required arguments, we wanted to avoid an argument
showing up in both a group and by itself but we didn't correctly
calculate that, causing no required arguments to show up at times.

Now, we all use the same pool of information for doing the calculations.

This was the type of cleanup that I expected it to drop our binary size
but this added 1k to our .text.  Strange.

Fixes #4004
2022-07-29 20:21:42 -05:00
..
builder fix(parser): Include required argument in message 2022-07-29 20:21:42 -05:00
derive feat(clap_derive): Add default_values_t and default_values_os_t 2022-07-25 10:42:46 -07:00
derive_ui feat(clap_derive): Add default_values_t and default_values_os_t 2022-07-25 10:42:46 -07:00
ui test(output): Ensure correct streams 2022-04-22 10:56:47 -05:00
app.yml fix: Revert as much yaml policy to v2 as possible 2021-12-02 16:06:21 -06:00
derive_ui.rs test: Re-enable ui tests 2022-05-20 14:10:32 -05:00
examples.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
macros.rs fix(parser): Deprecate ArgMatches::is_present 2022-06-10 14:21:25 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
yaml.rs refactor: Update app variables to cmd 2022-02-14 15:55:56 -06:00