diff --git a/packages/core/src/cli/cli.ts b/packages/core/src/cli/cli.ts index 0060e801..2d19f5c0 100644 --- a/packages/core/src/cli/cli.ts +++ b/packages/core/src/cli/cli.ts @@ -65,9 +65,6 @@ export async function cli(command: string) { gez = null; opts = null; break; - case 'install': - console.log('TODO'); - break; default: await import(path.resolve(process.cwd(), command)); break;