Chris Jerdonek added the comment:

Have you tried setting the metavar property on the return value of 
add_subparsers()?  I tried this, and it seems to work.

It looks like the logic for _metavar_formatter() is the same no matter what the 
action type (specifically _SubParsersAction in this case):

http://hg.python.org/cpython/file/e81cad0c722a/Lib/argparse.py#l554

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14039>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to