MCPcopy
hub / github.com/cacjs/cac / CommandConfig

Interface CommandConfig

src/command.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface CommandConfig {
24 allowUnknownOptions?: boolean
25 ignoreOptionDefaultValue?: boolean
26}
27
28type HelpCallback = (sections: HelpSection[]) => void | HelpSection[]
29

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…