Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of CLI flags matters #299

Open
DeltaDaniel opened this issue May 14, 2024 · 0 comments
Open

Order of CLI flags matters #299

DeltaDaniel opened this issue May 14, 2024 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@DeltaDaniel
Copy link
Contributor

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.

@DeltaDaniel DeltaDaniel added bug Something isn't working documentation Improvements or additions to documentation labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant