Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/commander/
Dindex.js288 _lazyHasImplicitHelpCommand() { method in Command
883 } else if (this._lazyHasImplicitHelpCommand() && operands[0] === this._helpCommandName) {
1320 if (this._lazyHasImplicitHelpCommand()) {
1441 if (!this.commands.length && !this._lazyHasImplicitHelpCommand()) return '';