clap/tests
Ed Page 31b22d1a51 perf(parser): Take up less memory with ArgAction::Count
Someone should not reasonably expect a coun flag to go up to billions,
millions, or even thousands.  255 should be sufficient for anyone,
right?

The original type was selected to be consistent with
`ArgMatches::occurrences_of` but that is also used for tracking how
many values appear which can be large with `xargs`.

I'm still conflicted on what the "right type" is an wish we could
support any numeric type.  When I did a search on github though, every
case was for debug/quiet flags and only supported 2-3 occurrences,
making a `u8` overkill.

This came out of a discussion on #3792
2022-06-09 11:09:38 -05:00
..
builder perf(parser): Take up less memory with ArgAction::Count 2022-06-09 11:09:38 -05:00
derive perf(parser): Take up less memory with ArgAction::Count 2022-06-09 11:09:38 -05:00
derive_ui fix: Appease CI 2022-06-08 20:45:25 +01: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 multiple_occurrences 2022-06-08 09:54:23 -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