1 2 3 4 5 6 7 8
#[test] #[cfg_attr(miri, ignore)] fn cli_tests() { trycmd::TestCases::new() .case("tests/cli/*.trycmd") .case("tests/cli/*.toml") .case("README.md"); }