1 2 3 4 5 6
#[test] fn cli_tests() { // Get updated outputs with `TRYCMD=overwrite cargo test` let t = trycmd::TestCases::new(); t.case("tests/cmd/*.toml"); }