mpeterv / argparse

Feature-rich command line parser for Lua
MIT License
251 stars 43 forks source link

mutually inclusive functionality #26

Open brlbil opened 3 years ago

brlbil commented 3 years ago

As far as I can see there is a mutually exclusive functionality but not a mutually inclusive functionality. I guess it is not so hard to check if more then one value has been set or none are set. But I think it would be really nice if the library has this future.