mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
comment++
This commit is contained in:
+3
-2
@@ -109,8 +109,9 @@ VAR_MODIFIERS = {"account": set(("server",)),
|
|||||||
def report_config_interaction(modified, modifiers):
|
def report_config_interaction(modified, modifiers):
|
||||||
"""Registers config option interaction to be checked by set_by_cli.
|
"""Registers config option interaction to be checked by set_by_cli.
|
||||||
|
|
||||||
This function can be called by during the __init__ method of plugins
|
This function can be called by during the __init__ or
|
||||||
to register interactions between config options.
|
add_parser_arguments methods of plugins to register interactions
|
||||||
|
between config options.
|
||||||
|
|
||||||
:param modified: config options that can be modified by modifiers
|
:param modified: config options that can be modified by modifiers
|
||||||
:type modified: iterable or str
|
:type modified: iterable or str
|
||||||
|
|||||||
Reference in New Issue
Block a user