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 b988157 commit d26fef1Copy full SHA for d26fef1
Doc/library/argparse.rst
@@ -1996,6 +1996,9 @@ Argument groups
1996
Note that any arguments not in your user-defined groups will end up back
1997
in the usual "positional arguments" and "optional arguments" sections.
1998
1999
+ Within each argument group, arguments are displayed in help output in the
2000
+ order in which they are added.
2001
+
2002
.. deprecated-removed:: 3.11 3.14
2003
Calling :meth:`add_argument_group` on an argument group now raises an
2004
exception. This nesting was never supported, often failed to work
0 commit comments