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

Interface IInternalProgram

packages/cli/src/program.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26interface IInternalProgram extends IProgram {
27 version: (version: string) => this;
28 description: (desc: string) => this;
29 disableGlobalOption: (name: string) => this;
30 run: () => this;
31 exec: (args: unknown[], options?: IExecOptions) => Promise<void>;
32}
33
34export interface IProgramOptions<T = unknown> {
35 default?: T;

Callers

nothing calls this directly

Implementers 1

ProgramImplpackages/cli/src/program.ts

Calls

no outgoing calls

Tested by

no test coverage detected