Version 0.5.0
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, setRichHelpFormatter.usage_markup = True
.
This only concerns the custom usage message passed toArgumentParser
, 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