Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line argument definitions and dispatch helpers. CLI argument parsing and command dispatch.

Defines the top-level CLI struct (via clap) and the runner module that orchestrates one-shot commands, TUI mode, and MCP server startup.

Modulesยง

args
CLI argument definitions (clap).
runner
CLI command dispatch and session orchestration.