[issue9694] argparse required arguments displayed under "optional arguments"

Raymond Hettinger report at bugs.python.org
Tue Dec 22 16:39:12 EST 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Since this change will break tests that rely matching help output exactly, I  would like to hear if there are any objections to replacing "optional arguments" with "options".

The words "switch" or "flag" don't work as well because they imply on/off and don't encompass option that take arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue9694>
_______________________________________


More information about the Python-bugs-list mailing list