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

Interface GenerateOptions

scripts/cli.ts:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { render } from "./generators/index.js";
14import { formats, type Format, type ProviderSource, type RenderTarget } from "./types.js";
15
16interface GenerateOptions {
17 input: string;
18 output: string;
19 provider: string;
20 format: string;
21}
22
23const program = new Command();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected