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 74a82a2 commit 459338bCopy full SHA for 459338b
Doc/library/argparse.rst
@@ -1742,7 +1742,9 @@ Subcommands
1742
* help_ - help for sub-parser group in help output, by default ``None``
1743
1744
* metavar_ - string presenting available subcommands in help; by default it
1745
- is ``None`` and presents subcommands in form {cmd1, cmd2, ..}
+ is ``None`` and presents subcommands in form {cmd1, cmd2, ..} in the usage line
1746
+ and next to the subparsers group heading. It does not change how the
1747
+ individual subcommands are listed below that heading
1748
1749
Some example usage::
1750
0 commit comments