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
In the API section where require('yargs-parser')(args, opts={}) is documented, the description of opts.configObjectsis missing.
require('yargs-parser')(args, opts={})
opts.configObjects
The text was updated successfully, but these errors were encountered:
Please also document, that for arrays the coercion function is called only once for the entire array, and not for each element seperately.
Sorry, something went wrong.
@juergba 👍 let's add some documentation for this.
Successfully merging a pull request may close this issue.
In the API section where
require('yargs-parser')(args, opts={})
is documented, the description ofopts.configObjects
is missing.The text was updated successfully, but these errors were encountered: