UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

4 lines 177 B
import { Command } from 'commander'; export declare function createCLI(): Command; export declare function run(argv?: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map