Home
last modified time | relevance | path

Searched refs:add_deprecated_argument (Results 1 – 7 of 7) sorted by relevance

/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/cli/
H A D__init__.py435 helpful.add_deprecated_argument("--os-packages-only", 0)
436 helpful.add_deprecated_argument("--no-self-upgrade", 0)
437 helpful.add_deprecated_argument("--no-bootstrap", 0)
438 helpful.add_deprecated_argument("--no-permissions-check", 0)
H A Dhelpful.py411 def add_deprecated_argument(self, argument_name: str, num_args: int) -> None: member in HelpfulArgumentParser
437 util.add_deprecated_argument(add_func, argument_name, num_args)
/dports/security/py-certbot/certbot-1.22.0/tests/
H A Dhelpful_test.py203 arg_parser.add_deprecated_argument("--foo", 0)
H A Dutil_test.py344 from certbot.util import add_deprecated_argument
345 add_deprecated_argument(self.parser.add_argument, argument_name, nargs)
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/plugins/
H A Dmanual.py111 util.add_deprecated_argument(add, 'public-ip-logging-ok', 0)
/dports/security/py-certbot/certbot-1.22.0/certbot/
H A Dutil.py456 def add_deprecated_argument(add_argument: Callable[..., None], argument_name: str, function
/dports/security/py-certbot/certbot-1.22.0/
H A DCHANGELOG.md325 * Fixed a bug in `certbot.util.add_deprecated_argument` that caused the