Closed 00JCIV00 closed 11 months ago
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:
mandatory
opt_group_mandatory
Changed the verbiage from required to mandatory to be more in line with the rest of Cova.
required
Implemented in 99290af.
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:
mandatory
field to a Options.opt_group_mandatory
field to Commands.