//! CLI command handlers extracted from main.rs.
//!
//! Each submodule handles a top-level command variant from [`Commands`].
// These modules contain CLI command handlers — not public library API.
// Suppress pedantic doc/hasher lints that are irrelevant for internal handlers.