MCPcopy Index your code
hub / github.com/Kong/httpsnippet / CliOptions

Interface CliOptions

src/cli.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const good = (message: string) => console.log(`${green('✓')} ${message}`);
17
18interface CliOptions {
19 target: TargetId;
20 client?: ClientId;
21 output?: string;
22 harFilePath: string;
23 options?: any;
24}
25
26export const go = () =>
27 yargs(hideBin(process.argv))

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…