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 5a4143a commit ee34f95Copy full SHA for ee34f95
Doc/library/argparse.rst
@@ -1888,6 +1888,9 @@ Argument groups
1888
Note that any arguments not in your user-defined groups will end up back
1889
in the usual "positional arguments" and "optional arguments" sections.
1890
1891
+ Within each argument group, arguments are displayed in help output in the
1892
+ order in which they are added.
1893
+
1894
.. versionchanged:: 3.11
1895
Calling :meth:`add_argument_group` on an argument group is deprecated.
1896
This feature was never supported and does not always work correctly.
0 commit comments