MCPcopy
hub / github.com/rohitg00/agentmemory / CliOptions

Interface CliOptions

eval/runner/coding-life.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16interface CliOptions {
17 data: string;
18 adapters: string;
19 k: string;
20 out: string;
21}
22
23function parse(): CliOptions {
24 const { values } = parseArgs({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected