MCPcopy Create free account
hub / github.com/arethetypeswrong/arethetypeswrong.github.io / Opts

Interface Opts

packages/cli/src/index.ts:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20type Format = (typeof formats)[number];
21
22export interface Opts {
23 fromNpm?: boolean;
24 summary?: boolean;
25 emoji?: boolean;
26 color?: boolean;
27 quiet?: boolean;
28 configPath?: string;
29 ignoreRules?: string[];
30 format: Format;
31}
32
33program
34 .addHelpText("before", `ATTW CLI (v${version})\n`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected