-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Disable "--no-(.*)" filter #42
Comments
Related to #38. I'm confused what you're asking for. The |
Hello, I would like to have That's why I think it can be good (if you agree) to have an option to enable this transformation or not (by default it can stay true to not have any breaking changes) |
Thanks for the extra detail. I think this is something you can do reasonably easily in user code, and not a common requirement. (I might be proved wrong by up votes though!) I don't want to add configuration for all the variations of representing the options. For example, yargs-parser has a common heritage with Minimist and supports:
For comparison with another alternative, |
Thanks for your replies and your advice. If its not a feature to be planned, I will close the issue |
(Note: I am one of two maintainers and speaking for myself. Second opinion likely. 😄 ) |
Hello,
I'm opening this PR to know if we can have the ability to disable a part that catches an arg which starts with "no" and transform it into another string with value set to false.
For my current wrapper, I would like to let the string with "no" and value to "true".
I would see for example a new flag when calling minimist to disable transformation these/this transformation(s)
minimist/index.js
Line 169 in fdbb909
Best regards,
Yanis
The text was updated successfully, but these errors were encountered: