clap/clap_derive/src
Ed Page d05622d015 fix(derive): Don't duplicate subcommand aliases
When an anonymous struct is inside of an enum, we end up applying the
App methods twice, once for the `augment_args` and once for variant.

This consolidates those calls.

Fixes #2898
2021-10-26 16:01:05 -05:00
..
derives fix(derive): Don't duplicate subcommand aliases 2021-10-26 16:01:05 -05:00
utils fix(derive): Support arg_enum everywhere 2021-10-25 14:12:08 -05:00
attrs.rs feat(derive): Allow help_heading on flattening fields 2021-10-23 16:05:08 -05:00
dummies.rs fix(derive)!: Error, don't panic! 2021-10-26 14:26:50 -05:00
lib.rs test: Verify clap_derive README 2021-10-25 09:21:45 -05:00
parse.rs fix(derive): Ensure App help_heading is applied 2021-10-15 14:19:16 -05:00