You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current situation:
Using for example the following promt:
kohlrahbi conditions --assume-yes -eemp some/path -o output/path --format-version FV2310
sets assume_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
sets assume_yes = False when the existence of the output directory is checked
Expected/favored behavior:
The order of cli flags should not matter.
The text was updated successfully, but these errors were encountered:
Current situation:
Using for example the following promt:
kohlrahbi conditions --assume-yes -eemp some/path -o output/path --format-version FV2310
sets
assume_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
sets
assume_yes = False
when the existence of the output directory is checkedExpected/favored behavior:
The order of cli flags should not matter.
The text was updated successfully, but these errors were encountered: