ArgParser's addOption method accepts a mandatory parameter which, when true, will output the following if arguments not containing that option are parsed:
Invalid argument(s): Option mandatory-option is mandatory.
It would be nice to have this for addMultiOption as well.
ArgParser's
addOption
method accepts amandatory
parameter which, when true, will output the following if arguments not containing that option are parsed:It would be nice to have this for
addMultiOption
as well.