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

Method withForce

src/command.ts:110–113  ·  view source on GitHub ↗

* Sets up --force flag for the command. * * @param message overrides the description for --force for this command * @returns the command, for chaining

(message?: string)

Source from the content-addressed store, hash-verified

108 * @returns the command, for chaining
109 */
110 withForce(message?: string): Command {
111 this.options.push(["-f, --force", message || "automatically accept all interactive prompts"]);
112 return this;
113 }
114
115 /**
116 * Attaches a function to run before the command's action function.

Calls

no outgoing calls

Tested by

no test coverage detected