mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 20:32:33 +02:00
The person who wrote this code no longer works on Certbot and regardless of what the intended behavior was, let's document the actual behavior.
This commit is contained in:
+4
-3
@@ -751,9 +751,10 @@ class HelpfulArgumentParser(object):
|
|||||||
"""Add a new command line argument.
|
"""Add a new command line argument.
|
||||||
|
|
||||||
:param topics: str or [str] help topic(s) this should be listed under,
|
:param topics: str or [str] help topic(s) this should be listed under,
|
||||||
or None for "always documented". The first entry
|
or None for options that don't fit under a specific
|
||||||
determines where the flag lives in the "--help all"
|
topic which will only be shown in "--help all" output.
|
||||||
output (None -> "optional arguments").
|
The first entry determines where the flag lives in the
|
||||||
|
"--help all" output (None -> "optional arguments").
|
||||||
:param list *args: the names of this argument flag
|
:param list *args: the names of this argument flag
|
||||||
:param dict **kwargs: various argparse settings for this argument
|
:param dict **kwargs: various argparse settings for this argument
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user