Skip to content

Allow equals sign to be omitted for named arguments #16

@dantownsend

Description

@dantownsend

You currently have to use an equals sign when passing in a named argument:

python main.py my_command --desc="some message"

This can lead to confusion when people omit it, using this format instead:

python main.py my_command --desc "some message"

It would be good to support both formats.

Originally reported here: piccolo-orm/piccolo#418

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions