-
Notifications
You must be signed in to change notification settings - Fork 117
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 missing dependency to commandline arguments parser #217
Fix missing dependency to commandline arguments parser #217
Conversation
Thanks for the contribution! Before we can merge this, we need @notbear to sign the Salesforce.com Contributor License Agreement. |
bed5602
to
5c49d2d
Compare
5c49d2d
to
340c6b7
Compare
is this Pull request ready to be merged?
Yes
|
When can this be merged? |
@aputinski @zahnster Can I ask for merge? |
Sure @notbear, this looks good! Thanks for the ping. I'll merge. |
Hi there, Thanks for the fix. Thanks ! |
Yes if you could please make a release - I think with one of the other updates you removed a dependency which was sneaking in optimist aniway, and now it does not work |
hey @zahnster! it looks like there hasn't been a release since january, is that accurate? |
When does the release come? As I can see, what is in master is not yet in a new stamped version. |
Hi @zahnster ! Thanks for merging this PR, can I ask you to publish a new release to NPM so we get this change? thanks! |
Please make a new release for this |
Adds a direct dependency to commandline arguments parser. As the currently used optimist is deprecated, switching to yargs.
Closes #216