Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcommand.js114 runCommand(command, yargs, parsed, commandIndex, helpOnly, helpOrVersionSet) { argument
125 …efaultCommand, commandHandler, yargs, parsed.aliases, parentCommands, commandIndex, helpOnly, help…
130 …rse(isDefaultCommand, commandHandler, yargs, aliases, parentCommands, commandIndex, helpOnly, help… argument
138 …dUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, commandIndex, helpOnly);
148 …dUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, commandIndex, helpOnly);
150 …parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, commandIndex, he… argument
161 .runYargsParserAndExecuteCommands(null, undefined, true, commandIndex, helpOnly);
Dyargs-factory.js1304 …[kRunYargsParserAndExecuteCommands](args, shortCircuit, calledFromCommand, commandIndex = 0, helpO…
1331 if (commandIndex === 0) {
1354 for (let i = commandIndex || 0, cmd; argv._[i] !== undefined; i++) {