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

Function descriptionStyle

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

Source from the content-addressed store, hash-verified

9}
10
11export function descriptionStyle(title: string) {
12 return `${ansis.dim(title)}`;
13}
14
15export function formatObjectValue<T>(opts: T, propName: keyof T) {
16 const description = opts[propName];

Callers 3

yargsCliFunction · 0.85
formatObjectValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected