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 • 412 B
TypeScript
/**
* 📝 Todo Command - Claude-Inspired Task Management
* Transform low scores into exciting gamified todo lists
*/
export interface TodoCommandOptions {
show?: boolean;
complete?: string;
reset?: boolean;
}
/**
* Main improve command - generates Claude-inspired todo lists
*/
export declare function todoCommand(options?: TodoCommandOptions): Promise<void>;
//# sourceMappingURL=todo.d.ts.map