nopt icon indicating copy to clipboard operation
nopt copied to clipboard

[QUESTION] Option to disable auto-negation?

Open ghost opened this issue 10 years ago • 2 comments

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?

ghost avatar Jun 26 '15 22:06 ghost

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.

waynebloss avatar Jun 26 '15 22:06 waynebloss

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.

waynebloss avatar Jun 26 '15 23:06 waynebloss