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

Interface OptionConfig

src/option.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { camelcaseOptionName, removeBrackets } from './utils.ts'
2
3interface OptionConfig {
4 default?: any
5 type?: any[]
6}
7
8export class Option {
9 rawName: 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…