mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
1a2ae76738
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 |
||
---|---|---|
.. | ||
builder | ||
derive | ||
derive_ui | ||
ui | ||
derive_ui.rs | ||
examples.rs | ||
macros.rs | ||
ui.rs |