| 1 | import { Command, Option } from 'commander'; |
| 2 | import { createRequire } from 'module'; |
| 3 | import { initCommand } from '../commands/init.js'; |
| 4 | import { statusCommand } from '../commands/status.js'; |
nothing calls this directly
no test coverage detected