Skip to content

Order of CLI flags matters #299

Open
@DeltaDaniel

Description

@DeltaDaniel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions