//! Per-command modules extracted from the dispatcher (`fn run`).
//!
//! Each submodule owns the arm body for one or more `Command::*` variants and
//! exposes a thin `pub fn run(...)` (or per-variant `pub fn run_<verb>`) that
//! the dispatcher delegates to.