6 lines
262 B
TypeScript
6 lines
262 B
TypeScript
import './cli/main.ts';
|
|
|
|
// ────────────────────────────────────────────────
|
|
// Entry Point for CLI
|
|
// Delegates to src/cli/main.ts, which registers all CLI commands
|