@deepguide-ai/dg
Version:
Self-testing CLI documentation tool that generates interactive terminal demos
4 lines • 306 B
TypeScript
export declare function detectInteractiveElements(castPath: string): Promise<boolean>;
export declare function getInteractiveReason(command: string): string | null;
export declare function suggestNonInteractiveAlternative(command: string): string | null;
//# sourceMappingURL=interactive-detection.d.ts.map