Version 0.3.0
What's Changed
Features
Fixes
- Fix inconsistent coloring of args in the top usage panel
- Fix incorrect line breaks that put metavars on a alone on a new line
- Do not print help output, return it instead
Changes
- The default styles have been changed to be more in line with the new usage coloring
- PR #17
- The default
max_help_position
is now set to 24 (the default used in argparse) as line breaks
are no longer an issue- PR #20
Removed
- The
RichHelpFormatter.renderables
property has been removed, it was never documented- PR #20
Tests
- Run windows tests in CI
- PR #22
Full Changelog: v0.2.1...v0.3.0