feat(cli): add entry point for CLI commands

This commit is contained in:
2025-05-21 02:58:30 +02:00
parent 9539fe0532
commit d5a383a62c

5
src/mod.ts Normal file
View File

@@ -0,0 +1,5 @@
import './cli/main.ts';
// ────────────────────────────────────────────────
// Entry Point for CLI
// Delegates to src/cli/main.ts, which registers all CLI commands