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

Function renderVersion

apps/desktop/src/cli/help.ts:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260export function renderVersion(): string {
261 return `${cyan(bold('zn'))} ${dim('v' + HELP_VERSION)}\n`
262}

Callers 2

help.test.tsFile · 0.90
mainFunction · 0.85

Calls 3

cyanFunction · 0.85
boldFunction · 0.85
dimFunction · 0.85

Tested by

no test coverage detected