hamdanal / rich-argparse

A rich help formatter for argparse
https://pypi.org/project/rich-argparse/
MIT License
129 stars 11 forks source link

Add missing ":" after the group name #10

Closed hamdanal closed 2 years ago

hamdanal commented 2 years ago

Apparently argparse.HelpFormatter adds a : after the group name. This formatter should do the same.