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
.command.allowUnknownOptions()
//Allow for unknown options to be passed into a command. Disable options validation.
vorpal
.command('foo')
.allowUnknownOptions()
.action(function(args, cb){
// ...action
});
The text was updated successfully, but these errors were encountered:
https://github.com/dthree/vorpal/wiki/api-%7C-vorpal.command#commandallowunknownoptions
The text was updated successfully, but these errors were encountered: