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

Method option

src/command.ts:99–102  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

97 */
98 // eslint-disable-next-line @typescript-eslint/no-explicit-any
99 option(...args: any[]): Command {
100 this.options.push(args);
101 return this;
102 }
103
104 /**
105 * Sets up --force flag for the command.

Callers 15

index.tsFile · 0.80
registerMethod · 0.80
command.spec.tsFile · 0.80
hosting-disable.tsFile · 0.80
auth-export.tsFile · 0.80
login-add.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected