MCPcopy Create free account
hub / github.com/amaancoderx/npxskillui / InteractiveAnswers

Interface InteractiveAnswers

src/ui.ts:376–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374// ── Section 10: Interactive prompts ──────────────────────────────────────
375
376export interface InteractiveAnswers {
377 source: 'url' | 'dir' | 'repo';
378 target: string;
379 mode: 'default' | 'ultra';
380 out: string;
381}
382
383export async function runInteractivePrompts(): Promise<InteractiveAnswers | null> {
384 const prompts = (await import('prompts')).default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected