UNPKG
cui-server
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.3
0.3.0
0.2.3
0.2.2
0.2.0
Web UI Agent Platform based on Claude Code
github.com/bmpixel/cui
bmpixel/cui
cui-server
/
dist
/
cli-parser.d.ts
11 lines
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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