1 2 3 4 5 6 7 8
//! CLI command-line interface tests //! //! These tests verify command-line argument parsing, exit codes, //! and output format consistency. pub mod argument_parsing; pub mod exit_codes; pub mod output_format;