[QUESTION] Option to disable auto-negation?
I actually wanted to have a flag called "no-restart", but instead nopt makes me name it "restart".
Is there an option to disable auto-negation?
If not, is there any objection to adding one?
I am asking this because the way I was doing things in #46 seemed obvious to me, but I didn't take auto-negation into account. In my opinion, a feature like auto-negation should have been disabled by default with an option to enable it.
After walking through the code, I see that this library does a lot of automatic things like looking up every possible abbreviation for my option names. So, my request probably doesn't fit in here philosophically but I'll leave it up for now.