MCPcopy
hub / github.com/steipete/oracle / CliOptions

Interface CliOptions

scripts/agent-send.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20type EntryMode = 'single' | 'double' | 'none';
21
22interface CliOptions {
23 session: string;
24 entry: EntryMode;
25 escape: boolean;
26 waitMs: number;
27 message: string;
28}
29
30function usage(message?: string): never {
31 if (message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected