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:
Brad Warren
2019-06-17 15:56:06 -07:00
committed by GitHub
parent 1df778859b
commit dde16df778
+4 -3
View File
@@ -751,9 +751,10 @@ class HelpfulArgumentParser(object):
"""Add a new command line argument.
:param topics: str or [str] help topic(s) this should be listed under,
or None for "always documented". The first entry
determines where the flag lives in the "--help all"
output (None -> "optional arguments").
or None for options that don't fit under a specific
topic which will only be shown in "--help all" output.
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 dict **kwargs: various argparse settings for this argument