Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.
This repository was archived by the owner on May 30, 2022. It is now read-only.

Positional argument not parsed when passing additional args #64

@ghost

Description

foo> config open foo                                                                                                                     
<Result>

foo> config open foo edit=True                                                                                                           
Error parsing command
config open foo edit=True
                ^
Expected end of text (at char 9), (line:1, col:10)

foo> config open cfg=foo edit=True
<Result>

cfg is positional and edit is non-positional with a default value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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