| 1 | import type { CompareOptions } from '@code-pushup/core'; |
| 2 | import type { CoreConfig, Format } from '@code-pushup/models'; |
| 3 | import { yargsHistoryOptionsDefinition } from './history/history.options.js'; |
| 4 | import { yargsCompareOptionsDefinition } from './implementation/compare.options.js'; |
nothing calls this directly
no test coverage detected