UNPKG

research-cli

Version:

AI-powered research assistant with web search capabilities and beautiful terminal UI

13 lines 466 B
/** * Config subcommand application - Typer-inspired structure * * This module creates a Typer-style subcommand app for configuration * management with extensible structure for future features. */ import { Command } from "@commander-js/extra-typings"; /** * Create the config subcommand application * This follows Typer's pattern of creating modular command apps */ export declare function createConfigApp(): Command; //# sourceMappingURL=config-app.d.ts.map