1 2 3 4 5 6 7
#[test] fn cli() { trycmd::TestCases::new() .case("tests/positive/*.toml") .case("tests/negative/*.toml") .default_bin_name("cargo-safe"); }