Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcommand.js115 const commandHandler = this.handlers[command] ||
123 currentContext.fullCommands.push(commandHandler.original);
125 …const builderResult = this.applyBuilderUpdateUsageAndParse(isDefaultCommand, commandHandler, yargs…
127 …lt.then(result => this.applyMiddlewareAndGetResult(isDefaultCommand, commandHandler, result.innerA…
128 …: this.applyMiddlewareAndGetResult(isDefaultCommand, commandHandler, builderResult.innerArgv, curr…
130 …applyBuilderUpdateUsageAndParse(isDefaultCommand, commandHandler, yargs, aliases, parentCommands, … argument
131 const builder = commandHandler.builder;
138 …return this.parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, comm…
144 Object.keys(commandHandler.builder).forEach(key => {
148 …return this.parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, comm…
[all …]