MCPcopy Index your code
hub / github.com/cameri/nostream / CliOptions

Interface CliOptions

src/import-events.ts:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { getMasterDbClient } from './database/client'
14
15interface CliOptions {
16 batchSize: number
17 filePath: string
18 showHelp: boolean
19}
20
21type ImportFileFormat = 'jsonl' | 'json'
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected