What's Changed
- fix: Allow negative number arguments and option values. by @DanCardin in #254
- feat: Combine mutually exclusive help text options into a single line. by @DanCardin in #250
- fix: Precalculate implicit deps during class construction rather than traversing the output shape. by @DanCardin in #255
- chore: Remove field annotation (long since replaced by TypeVoiew). by @DanCardin in #256
- feat: Support async default ValueFrom functions. by @DanCardin in #239
- fix: Thread output into parse_result.instance resolution by @swilcox in #259
- feat: Add aliases= support for subcommands by @swilcox in #257
- feat: Add support for fixed size optional-value num_args arguments. by @DanCardin in #260
- refactor: Add "final" variants of Arg/Command/Subcommand. by @DanCardin in #263
- feat: Add epilog= field on commands for text which should go after the argument help. by @DanCardin in #264
- refactor: Destructured implementation to be more like Arg handling to… by @DanCardin in #266
- fix: Destructured args to inherit
default_longanddefault_short. by @DanCardin in #268
New Contributors
Full Changelog: v0.31.0...v0.32.0