Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@hamdanal hamdanal released this 05 Nov 15:13
· 84 commits to main since this release

What's Changed

  • Add pre-commit.ci by @hamdanal in #32
  • Use soft_wrap option instead of large fixed width by @hamdanal in #35
  • Fix highlight regexes with same style regression by @hamdanal in #37
  • Add option to colorize user defined usage by @hamdanal in #38

    Note
    This feature is not activated by default. To enable it, set RichHelpFormatter.usage_markup = True.
    This only concerns the custom usage message passed to ArgumentParser, the usage generated by argparse automatically will always be colored.

See https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md

Full Changelog: v0.4.0...v0.5.0