Allow Options to be required during parsing
00JCIV00 opened this issue · 2 comments
00JCIV00 commented
After looking through several other CLI tools, it seems that what Cova calls Options are often not optional. While they should still be optional by default the following two additions will allow for greater flexibility:
- Add a
mandatory
field to a Options. - Add an
opt_group_mandatory
field to Commands.
00JCIV00 commented
Changed the verbiage from required
to mandatory
to be more in line with the rest of Cova.