| 1 | import type { CommandModule } from 'yargs'; |
| 2 | import { yargsAutorunCommandObject } from './autorun/autorun-command.js'; |
| 3 | import { yargsCollectCommandObject } from './collect/collect-command.js'; |
| 4 | import { yargsCompareCommandObject } from './compare/compare-command.js'; |
nothing calls this directly
no test coverage detected