mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Add _Default class
This commit is contained in:
@@ -99,6 +99,10 @@ def usage_strings(plugins):
|
|||||||
return USAGE % (apache_doc, nginx_doc), SHORT_USAGE
|
return USAGE % (apache_doc, nginx_doc), SHORT_USAGE
|
||||||
|
|
||||||
|
|
||||||
|
class _Default(object):
|
||||||
|
"""Trivial class used to detect if an option was set by the user."""
|
||||||
|
|
||||||
|
|
||||||
def set_by_cli(var):
|
def set_by_cli(var):
|
||||||
"""
|
"""
|
||||||
Return True if a particular config variable has been set by the user
|
Return True if a particular config variable has been set by the user
|
||||||
|
|||||||
Reference in New Issue
Block a user