MCPcopy
hub / github.com/QwikDev/qwik / run.ts

File run.ts

packages/qwik/src/cli/run.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable no-console */
2import { red, dim, cyan, bgMagenta } from 'kleur/colors';
3import { AppCommand } from './utils/app-command';
4import { runAddCommand } from './add/run-add-command';

Callers

nothing calls this directly

Calls 8

runAddCommandFunction · 0.90
runBuildCommandFunction · 0.90
runNewCommandFunction · 0.90
runJokeCommandFunction · 0.90
runV2MigrationFunction · 0.90
runQwikClientCommandFunction · 0.90
printHelpFunction · 0.85
printVersionFunction · 0.85

Tested by

no test coverage detected