| 1 | import { type HistoryOptions, history } from '@code-pushup/core'; |
| 2 | import { safeCheckout } from '@code-pushup/utils'; |
| 3 | import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; |
| 4 | import { yargsCli } from '../yargs-cli.js'; |
nothing calls this directly
no test coverage detected