clap/clap_derive/src
Ed Page 78676f5043 fix(derive): Make mismatched behavior more obvious
If the inner type never implemented `group_id()`, then it won't work and
people will be confused.  This at least gives people an idea of whats
going wrong.

This is most likely to be a problem until #3165 is fully implemented but
hand-implementations can still run into this.  Probably should have made
the groups another trait to catch this in type system but too late.
2022-10-05 16:25:14 -05:00
..
derives fix(derive): Make mismatched behavior more obvious 2022-10-05 16:25:14 -05:00
utils refactor(derive): Shift responsibility for long help 2022-09-06 12:54:47 -05:00
attr.rs fix(derive): Pipe group attribute through 2022-09-30 08:56:35 -05:00
dummies.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
item.rs fix(derive): Better flatten type errors 2022-10-05 15:59:45 -05:00
lib.rs fix(derive): Support 'group' attribute with Parser 2022-09-30 13:44:10 -05:00