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

Method helpGroup

lib/option.js:230–233  ·  view source on GitHub ↗

* Set the help group heading. * * @param {string} heading * @return {Option}

(heading)

Source from the content-addressed store, hash-verified

228 * @return {Option}
229 */
230 helpGroup(heading) {
231 this.helpGroupHeading = heading;
232 return this;
233 }
234
235 /**
236 * Check if `arg` matches the short or long flag.

Callers 7

formatHelpMethod · 0.45
helpGroup.test.jsFile · 0.45
help-groups.jsFile · 0.45
index.test-d.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected