UNPKG

@webdevtoday/grok-cli

Version:

A sophisticated CLI tool for interacting with xAI Grok 4, featuring conversation history, file reference, custom commands, memory system, and genetic development workflows

8 lines 209 B
#!/usr/bin/env node /** * Grok CLI - Main entry point * A sophisticated CLI tool for interacting with xAI Grok 4 */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=cli.d.ts.map