-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Negated flags #1240
Comments
@ematipico I would like to work on this issue. It would be great if you can point me to some reference or share any tip/prerequisite . |
Thanks for trying to work on the issue. |
@rishabh3112 thanks , Looking into it. |
@rishabh3112 correct me if I'm wrong the |
It depends on us. What do you think? |
I think it should set |
Sounds good :) |
@ematipico @rishabh3112 , I am able to add
Whats the trick here to do so? |
Maybe add an alias variable for the flag like |
I think I should make a PR and move the discussion over there. |
As the file says, that's a file we use for covering the case the user doesn't use any configuration. The reading and parsing of the new flag will occur inside the group you decide to put. |
Is your feature request related to a problem? Please describe.
The CLI should support negated flags.
Describe the solution you'd like
The CLI should support same negated flags
--no-hot
--no-colors
--no-mode
The text was updated successfully, but these errors were encountered: