MCPcopy Create free account
hub / github.com/code-pushup/cli / printCliCommand

Function printCliCommand

packages/cli/src/lib/implementation/logging.ts:8–10  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

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

Callers 7

yargsUploadCommandObjectFunction · 0.85
handlerFunction · 0.85

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected