MCPcopy Create free account
hub / github.com/backnotprop/plannotator / formatVersion

Function formatVersion

apps/hook/server/cli.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16declare const __CLI_VERSION__: string;
17
18export function formatVersion(): string {
19 return `plannotator ${typeof __CLI_VERSION__ !== "undefined" ? __CLI_VERSION__ : "dev"}`;
20}
21
22export function isInteractiveNoArgInvocation(
23 args: string[],

Callers 2

index.tsFile · 0.90
cli.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected