diff options
author | Maxim Devaev <[email protected]> | 2022-06-19 22:30:17 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-19 22:30:17 +0300 |
commit | a70800323e4932d1885a210315af8c986bd2f7f9 (patch) | |
tree | d6501a2220775653266c917bf6ecde5c56e57854 /kvmd/apps/htpasswd/__init__.py | |
parent | 804bb68ae3fe21a79cfde0de91ce6e11642a5bb8 (diff) |
cli logging mode
Diffstat (limited to 'kvmd/apps/htpasswd/__init__.py')
-rw-r--r-- | kvmd/apps/htpasswd/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/apps/htpasswd/__init__.py b/kvmd/apps/htpasswd/__init__.py index fac9a5ec..c46564dd 100644 --- a/kvmd/apps/htpasswd/__init__.py +++ b/kvmd/apps/htpasswd/__init__.py @@ -128,6 +128,7 @@ def _cmd_delete(config: Section, options: argparse.Namespace) -> None: def main(argv: Optional[List[str]]=None) -> None: (parent_parser, argv, config) = init( add_help=False, + cli_logging=True, argv=argv, load_auth=True, ) |