UNPKG

faf-cli

Version:

😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition

14 lines 389 B
/** * ✏️ Edit Command - Interactive .faf editor * Claude Code consistency: Similar to /edit command */ export interface EditCommandOptions { editor?: string; section?: string; validate?: boolean; } /** * Interactive .faf file editor with validation */ export declare function editCommand(options?: EditCommandOptions): Promise<void>; //# sourceMappingURL=edit.d.ts.map