MCPcopy
hub / github.com/google/gts / Options

Interface Options

src/cli.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface Options {
33 dryRun: boolean;
34 gtsRootDir: string;
35 targetRootDir: string;
36 yes: boolean;
37 no: boolean;
38 logger: Logger;
39 yarn?: boolean;
40}
41
42export type VerbFilesFunction = (
43 options: Options,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…