| 10 | import { validateAppName } from "~/utils/validateAppName.js"; |
| 11 | |
| 12 | interface CliFlags { |
| 13 | noGit: boolean; |
| 14 | noInstall: boolean; |
| 15 | default: boolean; |
| 16 | } |
| 17 | |
| 18 | interface CliResults { |
| 19 | appName: string; |
nothing calls this directly
no outgoing calls
no test coverage detected