UNPKG

cui-server

Version:

Web UI Agent Platform based on Claude Code

11 lines 260 B
export interface CLIConfig { port?: number; host?: string; token?: string; skipAuthToken?: boolean; } /** * Parse command line arguments */ export declare function parseArgs(argv: string[]): CLIConfig; //# sourceMappingURL=cli-parser.d.ts.map