Features
- [GH-4](https://github.com/hamdanal/rich-argparse/issues/4),
[PR-9](https://github.com/hamdanal/rich-argparse/pull/9)
Metavars now have their own style `argparse.metavar` which defaults to `'bold cyan'`
Fixes
- [GH-4](https://github.com/hamdanal/rich-argparse/issues/4),
[PR-10](https://github.com/hamdanal/rich-argparse/pull/10)
Add missing ":" after the group name similar to the default HelpFormatter
- [PR-11](https://github.com/hamdanal/rich-argparse/pull/11)
Fix padding of long options or metavars
- [PR-11](https://github.com/hamdanal/rich-argparse/pull/11)
Fix overflow of text in help that was truncated
- [PR-11](https://github.com/hamdanal/rich-argparse/pull/11)
Escape parameters that get substituted with % such as %(prog)s and %(default)s
- [PR-11](https://github.com/hamdanal/rich-argparse/pull/11)
Fix flaky wrapping of long lines