| 1 | #!/usr/bin/env node |
| 2 | import { bootstrapRuntime } from './runtime/bootstrap-runtime.ts'; |
| 3 | import { buildCliToolCatalog } from './cli/cli-tool-catalog.ts'; |
| 4 | import { buildYargsApp } from './cli/yargs-app.ts'; |
nothing calls this directly
no test coverage detected