Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js120 self.getCommandHandlers = function () { function in self
420 var handlerKeys = Object.keys(self.getCommandHandlers())
423 self.getCommandHandlers()[command](self.reset())
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcompletion.js21 const handlers = this.command.getCommandHandlers();
Dcommand.js105 getCommandHandlers() { method in CommandInstance
/plugin/asciidocjs/node_modules/yargs/build/
Dindex.cjs1getCommandHandlers(){return this.handlers}getCommands(){return Object.keys(this.handlers).concat(O…