praiskup / argparse-manpage

Automatically build man-pages for your Python project
Apache License 2.0
40 stars 21 forks source link

Support colons in the parser's format_usage() output. #102

Closed ckreibich closed 11 months ago

ckreibich commented 11 months ago

When parser.format_usage() output happens to contain any colons, the synopsis currently starts after the last of these colons. This splits just once to fix this.

praiskup commented 11 months ago

Thank you!