UNPKG

@jasondark/proompt

Version:

CLI tool for running AI prompts with structure and repeatability

10 lines 367 B
import { Command } from 'commander'; /** * Handle the main CLI options (list, set-llm-cli, completion, etc.) */ export declare const handleMainOptions: (options: Record<string, unknown>, complete: unknown) => void; /** * Set up the main CLI program with all options and commands */ export declare const setupCli: () => Command; //# sourceMappingURL=setup.d.ts.map