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

Function formatInteractiveNoArgClarification

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

Source from the content-addressed store, hash-verified

159}
160
161export function formatInteractiveNoArgClarification(): string {
162 return [
163 "plannotator (without arguments) is usually launched automatically by Claude Code hooks.",
164 "It expects hook JSON on stdin.",
165 "",
166 "For interactive use, try:",
167 " plannotator review",
168 " plannotator annotate <file.md | file.txt | file.html | https://...>",
169 " plannotator setup-goal interview bundle.json --json",
170 " plannotator last",
171 " plannotator archive",
172 " plannotator sessions",
173 "",
174 "Run 'plannotator --help' for top-level usage.",
175 ].join("\n");
176}

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected