mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
This commit is contained in:
parent
a4460f2eb8
commit
f2d994da10
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ Sub-commands
|
|||
|
||||
.. method:: ArgumentParser.add_subparsers([title], [description], [prog], \
|
||||
[parser_class], [action], \
|
||||
[option_string], [dest], [required], \
|
||||
[option_strings], [dest], [required], \
|
||||
[help], [metavar])
|
||||
|
||||
Many programs split up their functionality into a number of sub-commands,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue