Skip to content

application: add command line handling (debug logging option)

Sebastian Spaeth requested to merge spaetz/PasswordSafe:cmd_line_option into master

Currently the log verbosity is set at build time. Introduce command line options and add a --debug/-d option which let us use debug level logging.

Credits go to https://python-gtk-3-tutorial.readthedocs.io/en/latest/application.html for how to handle this.

Merge request reports