clap/clap_derive/src
Ed Page 65e4bf232d fix(derive): Don't leak help headings
Before, when `flatten`ing, the struct you flattened in could set the
help heading for all the following arguments.  Now, we scope each
`flatten` to not do that.

I had originally intended to bake this into the initial / final methods
but that would have required some re-work to allow capturing state
between them that seemed unnecessary.

Fixes #2803
2021-10-16 11:21:16 -05:00
..
derives fix(derive): Don't leak help headings 2021-10-16 11:21:16 -05:00
utils fix(derive)!: Rename Clap to Parser. 2021-10-09 20:12:03 -05:00
attrs.rs fix(derive): Ensure App help_heading is applied 2021-10-15 14:19:16 -05:00
dummies.rs fix(derive)!: Rename Clap to Parser. 2021-10-09 20:12:03 -05:00
lib.rs fix!: Make color settings an enum 2021-10-13 13:54:44 +01:00
parse.rs fix(derive): Ensure App help_heading is applied 2021-10-15 14:19:16 -05:00