cargo-options 0.8.0

Reusable common Cargo command line options
Documentation
1
2
3
4
5
6
#[test]
fn cli_tests() {
    let t = trycmd::TestCases::new();
    t.register_bins(trycmd::cargo::compile_examples([]).unwrap());
    t.case("tests/cmd/*.toml");
}