Refactoring & install with pyproject.toml #1

Merged
lysis merged 16 commits from toml into main 2024-03-30 10:16:16 +01:00
Showing only changes of commit 57b3600d47 - Show all commits

View File

@ -19,6 +19,7 @@ def main():
cmdline = parser.parse_args() cmdline = parser.parse_args()
cfg = Conf(cmdline.file) cfg = Conf(cmdline.file)
debug = Debug() debug = Debug()
debug.set_verbose(cmdline.verbose)
cfg.set_debug(debug) cfg.set_debug(debug)
uc = Userconfig(cfg) uc = Userconfig(cfg)