UNPKG

void-cmd

Version:

AI-powered CLI tool that converts natural language to shell commands using Cerebras API

14 lines (13 loc) 412 B
import { Command, CommandOptions } from '../types'; export declare class ConvertCommand implements Command { name: string; description: string; private cerebrasService?; private getCerebrasService; execute(options: CommandOptions): Promise<void>; private showCommandPrompt; private explainCommand; private executeCommand; private getSafetyEmoji; private getSafetyColor; }