UNPKG

void-cmd

Version:

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

8 lines (7 loc) 240 B
import { Command, CommandOptions } from '../types'; export declare class SettingsCommand implements Command { name: string; description: string; execute(_options: CommandOptions): Promise<void>; private configureSettings; }