MCPcopy Index your code
hub / github.com/cacjs/cac / HelpSection

Interface HelpSection

src/command.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18interface HelpSection {
19 title?: string
20 body: string
21}
22
23interface CommandConfig {
24 allowUnknownOptions?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…