@sethdouglasford/claude-flow
Version:
Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology
11 lines • 353 B
TypeScript
/**
* Models Command - Manage Claude model configurations
*/
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
args: string[];
flags: Record<string, any>;
}
export declare function modelsAction(ctx: CommandContext): Promise<void>;
export declare const modelsCommand: Command;
//# sourceMappingURL=models.d.ts.map