We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adffd9 commit 5add876Copy full SHA for 5add876
Doc/library/argparse.rst
@@ -699,6 +699,8 @@ The add_argument() method
699
* deprecated_ - Whether or not use of the argument is deprecated.
700
701
The method returns an :class:`Action` object representing the argument.
702
+ Within each argument group, arguments are displayed in help output in the
703
+ order in which they are added.
704
705
The following sections describe how each of these are used.
706
0 commit comments