We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to pass number containing params as cli options, but Grunt parses them as a number.
grunt taskId --option1='0123' grunt taskId --option1="0123" grunt taskId --option1=0123
Sets the option 1 to 123 in both cases.
Is this a bug?
If so, I was wondering if I can contribute on fixing it. If not, what is the fix and solution?
MAC OSX 10.8.5, Node.js v0.10.12, Grunt v0.4.2
The text was updated successfully, but these errors were encountered:
Duplicate of #894. Please see npm/nopt#24 and npm/nopt#23 for the latest on this issue thanks!
Sorry, something went wrong.
No branches or pull requests
I tried to pass number containing params as cli options, but Grunt parses them as a number.
Sets the option 1 to 123 in both cases.
Is this a bug?
If so, I was wondering if I can contribute on fixing it.
If not, what is the fix and solution?
MAC OSX 10.8.5, Node.js v0.10.12, Grunt v0.4.2
The text was updated successfully, but these errors were encountered: