MCPcopy
hub / github.com/1weiho/open-slide / InitCliFlags

Interface InitCliFlags

packages/cli/src/index.ts:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface InitCliFlags {
19 force?: boolean;
20 name?: string;
21 useNpm?: boolean;
22 usePnpm?: boolean;
23 useYarn?: boolean;
24 useBun?: boolean;
25 install?: boolean;
26 git?: boolean;
27}
28
29function onCancel(): never {
30 process.stdout.write(chalk.dim('\nCancelled.\n'));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected