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

Method description

src/command.ts:74–77  ·  view source on GitHub ↗

* Sets the description of the command. * @param t a human readable description. * @return the command, for chaining.

(t: string)

Source from the content-addressed store, hash-verified

72 * @return the command, for chaining.
73 */
74 description(t: string): Command {
75 this.descriptionText = t;
76 return this;
77 }
78
79 /**
80 * Sets an alias for a command.

Callers 2

registerMethod · 0.45
command.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected