Closed GoogleCodeExporter closed 9 years ago
You can currently exclude individual arguments by using
add_argument(..., help=argparse.SUPPRESS, ...)
and then they won't be included in the output, though they'll continue to be
usable. I've filed an issue on bugs.python.org (argparse's new home) to provide
better documentation about this:
http://bugs.python.org/issue9349
Original comment by steven.b...@gmail.com
on 23 Jul 2010 at 1:47
Original issue reported on code.google.com by
denver.c...@gmail.com
on 5 Apr 2010 at 4:39