Lines Matching refs:isDefaultCommand
120 const isDefaultCommand = !command;
125 …const builderResult = this.applyBuilderUpdateUsageAndParse(isDefaultCommand, commandHandler, yargs…
127 …? builderResult.then(result => this.applyMiddlewareAndGetResult(isDefaultCommand, commandHandler, …
128 …: this.applyMiddlewareAndGetResult(isDefaultCommand, commandHandler, builderResult.innerArgv, curr…
130 …applyBuilderUpdateUsageAndParse(isDefaultCommand, commandHandler, yargs, aliases, parentCommands, … argument
138 …return this.parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, comm…
148 …return this.parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, comm…
150 …parseAndUpdateUsage(isDefaultCommand, commandHandler, innerYargs, parentCommands, commandIndex, he… argument
151 if (isDefaultCommand)
186 …applyMiddlewareAndGetResult(isDefaultCommand, commandHandler, innerArgv, currentContext, helpOnly,… argument
201 .runValidation(aliases, positionalMap, yargs.parsed.error, isDefaultCommand);
220 if (!isDefaultCommand) {
234 if (!isDefaultCommand) {