MCPcopy
hub / github.com/bombshell-dev/clack / CommonOptions

Interface CommonOptions

packages/prompts/src/common.ts:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70export interface CommonOptions {
71 input?: Readable;
72 output?: Writable;
73 signal?: AbortSignal;
74 withGuide?: boolean;
75}
76
77export function formatInstructionFooter(instructions: string[], hasGuide: boolean): string[] {
78 const guidePrefix = hasGuide ? `${styleText('cyan', S_BAR)} ` : '';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected