UNPKG

@datastax/ragstack-ai-cli

Version:

DataStax RAGStack CLI

8 lines (7 loc) 200 B
#!/usr/bin/env node import { Command } from 'commander'; export declare function main(mainOptions: { args?: string[]; handleSigTerm: () => void; onError: () => void; }): Promise<Command>;