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