//! Headless CLI subcommands (`query`, `doctor`) and shared catalog resolve/open.
//!
//! Keep this module free of ratatui / TUI dependencies so catalog commands stay lean.
pub use ;
use crateCommands;
/// Dispatch a parsed subcommand. Returns after the handler finishes (or errors).
///
/// # Errors
///
/// Propagates handler errors (missing DB, invalid DIR, `SQLite` failures).