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

Interface CliResults

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

Source from the content-addressed store, hash-verified

16}
17
18interface CliResults {
19 appName: string;
20 packages: AvailablePackages[];
21 flags: CliFlags;
22}
23
24const defaultOptions: CliResults = {
25 appName: DEFAULT_APP_NAME,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected