Closed lqc closed 10 years ago
I have a version argument added with following code:
parser.add_argument('-V', '--version', action='version', version=program_version_message)
It renders as:
-V===SUPPRESS==, --version===SUPPRESS==
I would expect it to be just:
-V, --version
Fixed the issue. New version released 0.1.4, that includes this fix
I have a version argument added with following code:
It renders as:
I would expect it to be just: