1 2 3 4 5 6
#[test] fn cli_tests() { trycmd::TestCases::new() .case("tests/cmd/*.trycmd") .case("README.md"); }