MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / magenta

Function magenta

apps/desktop/src/cli/help.ts:41–41  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

39const cyan = (s: string): string => wrap('\x1b[36m', s)
40const yellow = (s: string): string => wrap('\x1b[33m', s)
41const magenta = (s: string): string => wrap('\x1b[35m', s)
42
43function termWidth(): number {
44 const cols = process.stdout.columns ?? TERMINAL_COLUMNS_FALLBACK

Callers 2

sectionFunction · 0.85
renderHelpFunction · 0.85

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected