Skip to content

Allow --flag value (not seperated by =) syntax in CLI parser #4

@robinheghan

Description

@robinheghan

The CLI.Parser module currently requires flag arguments to be seperated by =.

This works:

my_program --flag=0

This doesn't:

my_program --flag 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions