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

Function headerStyle

packages/cli/src/lib/implementation/formatting.ts:7–9  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

5}
6
7export function headerStyle(title: string) {
8 return `${ansis.green(title)}`;
9}
10
11export function descriptionStyle(title: string) {
12 return `${ansis.dim(title)}`;

Callers 2

yargsCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected