cbtr 0.3.0

Check, build, test, run
1
2
3
4
#[test]
fn cli_tests() {
    trycmd::TestCases::new().case("tests/*.trycmd");
}