clap/tests
Ed Page ab8ef46663 fix: arg!(--long [value]) to per occurrence values
Before we did 0..=1 across all occurrences when what we really wanted
was 0..=1 per occurrence.  This makes it compatible with
`ArgAction::Append`.
2022-07-28 16:52:30 -05:00
..
builder fix: arg!(--long [value]) to per occurrence values 2022-07-28 16:52:30 -05:00
derive fix(derive): Make consistent with arg! 2022-07-28 16:52:06 -05:00
derive_ui feat(clap_derive): Add default_values_t and default_values_os_t 2022-07-25 10:14:04 -07:00
ui fix(help)!: Make DeriveDisplayOrder the default, removing it 2022-07-22 15:52:03 -05:00
derive_ui.rs fix!: Remove unstable-v4 feature gate 2022-07-22 11:34:06 -05:00
examples.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00
macros.rs test(macros): Port optional-value test from derive to arg 2022-07-28 13:27:28 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00