(command: string)
| 6 | } from '@code-pushup/utils'; |
| 7 | |
| 8 | export function printCliCommand(command: string): void { |
| 9 | logger.debug(`Running ${ansis.bold(command)} command`); |
| 10 | } |
| 11 | |
| 12 | export function renderCategoriesHint(): void { |
| 13 | logger.info( |
no test coverage detected