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

Positional argument not parsed when passing additional args #64

Open
advand opened this issue Apr 12, 2020 · 0 comments
Open

Positional argument not parsed when passing additional args #64

advand opened this issue Apr 12, 2020 · 0 comments

Comments

@advand
Copy link

advand commented Apr 12, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant