1//! Stats 子命令入口:合并 CLI 与配置选项后委托 `crate::stats::run_stats`。 2mod handler; 3#[cfg(test)] 4mod tests; 5 6pub use handler::handle_stats;