[issue14365] argparse: subparsers, argument abbreviations and ambiguous option

Steven Bethard report at bugs.python.org
Mon Mar 19 02:39:04 CET 2012


Steven Bethard <steven.bethard at gmail.com> added the comment:

My mistake. I see that the error you're getting is a bad interaction between the option in the main parser and an ambiguous option in the subparser.

----------
resolution: duplicate -> 
status: closed -> open
superseder: argparse: allow abbreviation of sub commands by users -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14365>
_______________________________________


More information about the Python-bugs-list mailing list