UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

12 lines 323 B
/** * Five CLI Help Command * * Provides comprehensive help with retro 2000s styling and proper * command-specific help functionality. */ import { CommandDefinition } from '../types.js'; /** * Five help command implementation */ export declare const helpCommand: CommandDefinition; //# sourceMappingURL=help.d.ts.map