You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: