Skip to content

Add support for flags on the CLI #30

@robins

Description

@robins

Add support for flags on the CLI, which should allow for truly supporting "optional" aspect of some arguments.

Currently the arguments need to be provided in a given sequence and are not truly optional, since the Nth "optional" argument requires all the preceeding optional arguments to be given mandatorily (which then involves understanding the default values of all those arguments)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions