Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcommand.js102 this.defaultCommand = this.handlers[parsedCommand.cmd];
112 return !!this.defaultCommand;
117 this.defaultCommand;
350 if (!this.defaultCommand)
353 const commandString = DEFAULT_MARKER.test(this.defaultCommand.original)
354 ? this.defaultCommand.original
355 : this.defaultCommand.original.replace(/^[^[\]<>]*/, '$0 ');
359 .usage(commandString, this.defaultCommand.description);
361 const builder = this.defaultCommand.builder;
393 defaultCommand: this.defaultCommand, property
[all …]
/plugin/asciidocjs/node_modules/yargs/build/
Dindex.cjs1defaultCommand=this.handlers[n.cmd])}}getCommandHandlers(){return this.handlers}getCommands(){retu…
/plugin/asciidocjs/node_modules/commander/
DReadme.md333 …l run the subcommand if no other subcommand is specified ([example](./examples/defaultCommand.js)).