Add support for negatable flags (--[no-]color)#718
Conversation
|
You'll receive a notification because of this message and I really hope you don't take it as a waste of your time. Instead, I want you to receive my appreciation of your work on this feature! That's going to decrease the amount of code we need to handle just to add the Thanks dude! ❤️ |
|
@meleu, are you kidding buddy? I thought we were friends... :) a) I am always happy to hear that someone else finds things I do useful, even more so from long time users and contributors. Personally, I didn't see a point to this feature before we added the argfile support - now users can state I am curious what is your use case for needing it. |
The main motivation behind this feature, is the recently added argfile support, which means that users can define something like
--colorin their argfile, and then they have no way to disable it.This can now be mitigated easily with:
bashly doc flag.negatable)