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

Interface PromptCheckOptions

src/cli/promptRequirement.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface PromptCheckOptions {
2 prompt?: string;
3 session?: string;
4 execSession?: string;
5 status?: boolean;
6 debugHelp?: boolean;
7 renderMarkdown?: boolean;
8 preview?: boolean | string;
9 dryRun?: boolean;
10}
11
12/**
13 * Determine whether the CLI should enforce a prompt requirement based on raw args and options.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected