This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.j3
Recipients charlie.proctor, paul.j3, rrt
Date 2016-11-07.01:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478481573.03.0.222586884925.issue28609@psf.upfronthosting.co.za>
In-reply-to
Content
My suggestion to use `metavar=('A','')` to streamline the usage creates problems with the help code

http://bugs.python.org/issue14074

The tuple metavar does not work right for positionals.  That's a old issue that should have been fixed long ago.

So streamlining the usage has to be done with a custom HelpFormatter subclass.
History
Date User Action Args
2016-11-07 01:19:33paul.j3setrecipients: + paul.j3, charlie.proctor, rrt
2016-11-07 01:19:33paul.j3setmessageid: <1478481573.03.0.222586884925.issue28609@psf.upfronthosting.co.za>
2016-11-07 01:19:32paul.j3linkissue28609 messages
2016-11-07 01:19:32paul.j3create