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
The full problem and discussion about which tool can be found on our internal issue: https://github.com/netlify/pod-workflow/issues/343
The text was updated successfully, but these errors were encountered:
@lukasholzer @erezrokah would it make sense to use commander instead of minimist too? minimist is currently used in netlify-lambda only:
src/lib/functions/runtimes/js/builders/netlify-lambda.js:5:const minimist = require('minimist') src/lib/functions/runtimes/js/builders/netlify-lambda.js:22: const match = minimist(script.split(' '))
Sorry, something went wrong.
Yes it will. We were trying to scope down this big refactoring as much as possible. This especially makes sense since netlify-lambda uses commander too https://github.com/netlify/netlify-lambda/blob/1645b4aff5914eff4c4952dfa26ad57b78599188/bin/cmd.js#L7
netlify-lambda
commander
Cool, I have already included this suggestion in #3941, feel free to add more there :)
lukasholzer
Successfully merging a pull request may close this issue.
The full problem and discussion about which tool can be found on our internal issue: https://github.com/netlify/pod-workflow/issues/343
The text was updated successfully, but these errors were encountered: