MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / StatusOptions

Interface StatusOptions

scripts/status.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { countRulesFromText } from "./checks/guard.js";
8
9interface StatusOptions {
10 sources: string;
11 providers: string;
12 cache: string;
13 output: string;
14}
15
16const program = new Command();
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected