@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
13 lines • 414 B
TypeScript
/**
* Five CLI Local Command
*
* Complete local command namespace for WASM execution that bypasses config
* and always runs locally. Provides fast development experience without
* network dependencies.
*/
import { CommandDefinition } from '../types.js';
/**
* Main local command - parent for all local subcommands
*/
export declare const localCommand: CommandDefinition;
//# sourceMappingURL=local.d.ts.map