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

Function italic

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

Source from the content-addressed store, hash-verified

36const bold = (s: string): string => wrap('\x1b[1m', s)
37const dim = (s: string): string => wrap('\x1b[2m', s)
38const italic = (s: string): string => wrap('\x1b[3m', s)
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)

Callers 1

renderHelpFunction · 0.85

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected