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

Method hideHelp

lib/option.js:156–159  ·  view source on GitHub ↗

* Hide option in help. * * @param {boolean} [hide=true] * @return {Option}

(hide = true)

Source from the content-addressed store, hash-verified

154 */
155
156 hideHelp(hide = true) {
157 this.hidden = !!hide;
158 return this;
159 }
160
161 /**
162 * @package

Calls

no outgoing calls

Tested by

no test coverage detected