Open
Description
Current situation:
Using for example the following promt:
kohlrahbi conditions --assume-yes -eemp some/path -o output/path --format-version FV2310
setsassume_yes = True
and generates the output directory if it does not exist.kohlrahbi conditions -eemp some/path -o output/path --assume-yes --format-version FV2310
setsassume_yes = False
when the existence of the output directory is checked
Expected/favored behavior:
The order of cli flags should not matter.