mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
set set to tuple3
This commit is contained in:
+4
-3
@@ -86,10 +86,11 @@ More detailed help:
|
||||
"""
|
||||
|
||||
|
||||
# These argparse parameters should be removed when detecting defaults.
|
||||
ARGPARSE_PARAMS_TO_REMOVE = ("const", "nargs", "type",)
|
||||
|
||||
|
||||
# These sets are used when to help detect options set by the user.
|
||||
ARGPARSE_PARAMS_TO_REMOVE = set(("const", "nargs", "type",))
|
||||
|
||||
|
||||
EXIT_ACTIONS = set(("help", "version",))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user