MCPcopy Create free account
hub / github.com/firebase/firebase-tools / help

Method help

src/command.ts:137–140  ·  view source on GitHub ↗

* Sets the help text for the command. * * This text is displayed when: * - the `--help` flag is passed to the command, or * - the `help ` command is used. * * @param t the human-readable help text. * @return the command, for chaining.

(t: string)

Source from the content-addressed store, hash-verified

135 * @return the command, for chaining.
136 */
137 help(t: string): Command {
138 this.helpText = t;
139 return this;
140 }
141
142 /**
143 * Sets the function to be run for the command.

Callers 9

command.spec.tsFile · 0.80
hosting-clone.tsFile · 0.80
init.tsFile · 0.80
ext-dev-usage.tsFile · 0.80
ext-dev-upload.tsFile · 0.80
cliFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected