clap/tests
Daniel Parks 1a2ae76738
fix(derive): Add "id" attribute
Previously the Arg id was set with the "name" attribute. This allows use
of an "id" attribute to match the underlying struct.

A side effect of this is that the "id" attribute may also be used on
Commands. This isn't desired, but given the current architecture of the
attribute parser, it's hard to avoid.

Fixes: #3785
2022-08-09 12:15:02 -07:00
..
builder fix!: Make ArgAction::Set the default 2022-08-05 13:31:33 -05:00
derive fix(derive): Add "id" attribute 2022-08-09 12:15:02 -07: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 fix: Ensure arg! gets help/version correct 2022-08-05 14:12:48 -05:00
ui.rs feat(multicall): Stablize multicall 2022-05-20 12:20:40 -05:00