MCPcopy
hub / github.com/donmccurdy/glTF-Transform / command

Method command

packages/cli/src/program.ts:71–73  ·  view source on GitHub ↗
(name: string, desc: string)

Source from the content-addressed store, hash-verified

69 return this;
70 }
71 command(name: string, desc: string): ICommand {
72 return new CommandImpl(_program, name, desc);
73 }
74 option<T>(name: string, desc: string, options: IProgramOptions<T>): this {
75 // biome-ignore lint/suspicious/noExplicitAny: TODO
76 _program.option(name, desc, { global: true, ...options } as any);

Callers 3

sectionMethod · 0.80
constructorMethod · 0.80
cli.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected