added logging of CLI options

This commit is contained in:
Karl Voit 2025-11-16 11:22:23 +01:00
parent 5c259f953e
commit 99859dd4f8

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
PROG_VERSION = "Time-stamp: <2025-09-02 16:42:40 rise>"
PROG_VERSION = "Time-stamp: <2025-10-25 12:32:41 vk>"
# TODO:
# - fix parts marked with «FIXXME»
@ -2852,6 +2852,8 @@ def main():
handle_logging()
logging.debug(f'{options=}')
if options.verbose and options.quiet:
error_exit(1, "Options \"--verbose\" and \"--quiet\" found. " +
"This does not make any sense, you silly fool :-)")