UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

10 lines 230 B
/** * Demo Command * Consolidated demos for KYA-OS CLI features */ import { Command } from "commander"; /** * Create the demo command */ export declare function createDemoCommand(): Command; //# sourceMappingURL=demo.d.ts.map