Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tj/commander.js
/ createHelp
Method
createHelp
tests/command.createHelp.test.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
class
MyCommand extends commander.Command {
14
createHelp() {
15
return
Object.assign(
new
MyHelp(), this.configureHelp());
16
}
17
}
18
19
const
program =
new
MyCommand();
Callers
8
help.sortOptions.test.js
File · 0.45
command.createOption.test.js
File · 0.45
command.configureHelp.test.js
File · 0.45
help.padWidth.test.js
File · 0.45
help.sortCommands.test.js
File · 0.45
help.style.test.js
File · 0.45
help.visibleGlobalOptions.test.js
File · 0.45
index.test-d.ts
File · 0.45
Calls
1
configureHelp
Method · 0.80
Tested by
no test coverage detected