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

Should not camelcase key '--' #33

Closed
egoist opened this issue Feb 16, 2016 · 0 comments
Closed

Should not camelcase key '--' #33

egoist opened this issue Feb 16, 2016 · 0 comments

Comments

@egoist
Copy link

egoist commented Feb 16, 2016

when passing minimistOpts {'--': true} and run a given example:

cli whatever -- ava test.js

meow returns:

{
  ...
  flags: {
    '': ['ava', 'test.js']
  }
  // while it should be '--': ['ava', 'test.js']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant