Skip to content

CLI options parsing is order-dependent #407

Open
@schlessera

Description

@schlessera

The parsing of the CLI options is dependent on an arbitrary ordering where associative arguments (flags like --json) need to come first before positional arguments. If these associative arguments are provided after a positional argument, they are currently being silently ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingCLI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions