Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oclif Multiple Flags Bug #43

Open
buvoli opened this issue Feb 26, 2020 · 1 comment
Open

Oclif Multiple Flags Bug #43

buvoli opened this issue Feb 26, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@buvoli
Copy link
Member

buvoli commented Feb 26, 2020

Oclif does not properly parse flags with multiple = true and args, unless flags are after args. The command
$ command --flag=value arg
will always be produce flag = ["value", "arg"]. This forces the user to always place flags with multiple at the end of the command after all the required args
$ command arg --flag=value

See: oclif/parser#25
https://github.com/oclif/parser/pull/25/files

@buvoli buvoli added the bug Something isn't working label Feb 26, 2020
@buvoli buvoli self-assigned this Feb 26, 2020
@buvoli
Copy link
Member Author

buvoli commented Aug 19, 2020

This issue will be fixed once oclif/parser#79 is approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant