1 2 3 4 5 6 7 8
//! CLI integration test suite. #![cfg(feature = "cli")] mod cli_cmds { mod commands; mod edge_cases; mod real_world; }