MCPcopy
hub / github.com/tj/commander.js / createHelp

Method createHelp

lib/command.js:204–206  ·  view source on GitHub ↗

* You can customise the help with a subclass of Help by overriding createHelp, * or by overriding Help properties using configureHelp(). * * @return {Help}

()

Source from the content-addressed store, hash-verified

202 */
203
204 createHelp() {
205 return Object.assign(new Help(), this.configureHelp());
206 }
207
208 /**
209 * You can customise the help by overriding Help properties using configureHelp(),

Callers 3

unknownCommandMethod · 0.95
helpInformationMethod · 0.95
unknownOptionMethod · 0.45

Calls 1

configureHelpMethod · 0.95

Tested by

no test coverage detected