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
* Add Argument choices, and missing types and tests for default and argParse
* Only make arguments visible if some description, not just default or choices
* Improve format for partial argument descriptions
* Add argument choices to README
* Add test for edge case in argumentDescription
expectCommanderError(caughtErr,1,'commander.invalidArgument',"error: command-argument value 'green' is invalid for argument 'shade'. Allowed choices are red, blue.");
293
+
});
294
+
278
295
test('when custom processing for option throws InvalidArgumentError then catch CommanderError',()=>{
0 commit comments