-o argument is not used
the framework has a -o
argument, which is currently not used.
this happens, because in cli.py you import the globals first.
there the settings are created, loaded and then the folders created.
AFTER that, we read the argument from cli with -o
, but it is never used, because all was handled before