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

fix: parsing hints should apply for dot notation keys #86

Merged
merged 4 commits into from
Apr 15, 2017

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Apr 15, 2017

No description provided.

@bcoe bcoe merged commit 3e47d62 into master Apr 15, 2017
@bcoe bcoe deleted the dot-notation-duplicate-arrays branch April 15, 2017 23:26
@bcoe
Copy link
Member Author

bcoe commented May 2, 2017

@JeroenVdb this feature is now ready to be released, I would love your help testing:

npm i yargs@next --save

@JeroenVdb
Copy link

@bcoe using the new Yargs version has indeed the expected result!

node yargs-example.js --metric.list AA --metric.list BB --metricList CC --metricList DD
{ _: [],
  metric: { list: [ 'AA', 'BB' ] },
  metricList: [ 'CC', 'DD' ],
  '$0': 'yargs-example.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

Successfully merging this pull request may close these issues.

None yet

2 participants