Home
last modified time | relevance | path

Searched refs:_dispatchSubcommand (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/commander/
Dindex.js858 _dispatchSubcommand(commandName, operands, unknown) { method in Command
882 this._dispatchSubcommand(operands[0], operands.slice(1), unknown);
887 this._dispatchSubcommand(operands[1], [], [this._helpLongFlag]);
891 this._dispatchSubcommand(this._defaultCommandName, operands, unknown);
918 this._dispatchSubcommand('*', operands, unknown);