Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@hamdanal hamdanal released this 01 Oct 10:46
· 136 commits to main since this release

What's Changed

Features

  • A new custom usage lexer that is consistent with the formatter styles

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
  • The default max_help_position is now set to 24 (the default used in argparse) as line breaks
    are no longer an issue

Removed

  • The RichHelpFormatter.renderables property has been removed, it was never documented

Tests

  • Run windows tests in CI

Full Changelog: v0.2.1...v0.3.0