//! Module: cli
//!//! Responsibility: shared CLI parsing, help, and output utilities.
//! Does not own: NNS/SNS command execution or report construction.
//! Boundary: exposes command-family helpers and clap wrappers used by command modules.
pubmodclap;pubmodcommon;pubmodglobals;pubmodhelp;#[cfg(test)]modtests;