Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/commander/
Dindex.js437 _optionEx(config, flags, description, fn, defaultValue) { method in Command
556 return this._optionEx({}, flags, description, fn, defaultValue);
574 return this._optionEx({ mandatory: true }, flags, description, fn, defaultValue);