Expand description
Canonical error module name per clap layout rules (error.rs).
Canonical error module path (error.rs) required by clap project layout rules.
Implementation lives in crate::errors; this module re-exports it so both
use ssh_cli::error::* and use ssh_cli::errors::* work.
Re-exportsยง
pub use crate::errors::*;