[docs] [issue10772] Several actions for argparse arguments missing from docs

Steven Bethard report at bugs.python.org
Sun Jan 2 22:21:24 CET 2011


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

action="help" definitely needs to be documented

action="count" probably should be, though I think it's pretty useless (I just copied it from optparse)

action="parsers", nargs="..." and nargs="A..." I'm not so sure about. These are currently kind of implementation details.

----------

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


More information about the docs mailing list