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

Interface CommandArg

src/command.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import type { CAC } from './cac.ts'
11
12interface CommandArg {
13 required: boolean
14 value: string
15 variadic: boolean
16}
17
18interface HelpSection {
19 title?: string

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…