//! CLI module for anno binary
//!
//! This module contains the command-line interface structure, argument parsing,
//! and command routing. Individual command implementations are in the `commands` submodule.
/// Cache management utilities.
/// Configuration management.
/// CLI error handling.
/// Document ingestion: URL resolution, format conversion, file reading.
pub use CliError;