Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js236 showHelpAfterError(displayHelp = true) { argument
237 if (typeof displayHelp !== 'string') displayHelp = !!displayHelp;
238 this._showHelpAfterError = displayHelp;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts477 showHelpAfterError(displayHelp?: boolean | string): this;