Open GoogleCodeExporter opened 8 years ago
This issue needs to be instead logged at http://bugs.python.org. Note,
however, that the failure occurs long before -h is processed. I suspect,
actually, thatDoing what you suggest requires a two-pass scan of the arguments,
first looking for some special one, -h, and then, if not present, scanning it
"normally". This doesn't at all fit into the current design of argparse
unfortunately. In principal, though, I definitely agree. Someone needs to
design the mother of all command-line argument parsers which supports multiple
passes :)
Original comment by denver.c...@gmail.com
on 26 Oct 2011 at 7:48
Ok, submitted on bugs.python.org:
http://bugs.python.org/issue13271
Original comment by joshc...@gmail.com
on 26 Oct 2011 at 9:26
Original issue reported on code.google.com by
joshc...@gmail.com
on 25 Oct 2011 at 7:27