UNPKG

void-cmd

Version:

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

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