UNPKG
@datastax/ragstack-ai-cli
Version:
latest (1.0.0)
1.0.0
0.1.2
0.1.1
0.1.0
DataStax RAGStack CLI
@datastax/ragstack-ai-cli
/
dist
/
cli.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
import
{
Command
}
from
'commander'
;
export
declare
function
main
(
mainOptions: { args?: string[]; handleSigTerm: () =>
void
; onError: () =>
void
; }
):
Promise
<
Command
>;