MCPcopy
hub / github.com/t3-oss/create-t3-app / CliFlags

Interface CliFlags

src/cli/index.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { validateAppName } from "~/utils/validateAppName.js";
11
12interface CliFlags {
13 noGit: boolean;
14 noInstall: boolean;
15 default: boolean;
16}
17
18interface CliResults {
19 appName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected