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
16 lines • 472 B
TypeScript
/**
* 🔍 Search Command - Search within .faf content
* Claude Code consistency: Similar to /search command
*/
export interface SearchCommandOptions {
section?: string;
case?: boolean;
keys?: boolean;
values?: boolean;
count?: boolean;
}
/**
* Search within .faf file content with intelligent highlighting
*/
export declare function searchCommand(query: string, options?: SearchCommandOptions): Promise<void>;
//# sourceMappingURL=search.d.ts.map