Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
export
function
headerStyle(title: string) {
8
return
`${ansis.green(title)}`;
9
}
10
11
export
function
descriptionStyle(title: string) {
12
return
`${ansis.dim(title)}`;
Callers
2
yargsCli
Function · 0.85
formatting.unit.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected