clappen 0.1.3

Clap flatten prefix macro
Documentation
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trycmd::TestCases::new();
    t.register_bins(trycmd::cargo::compile_examples([]).unwrap());
    t.case("tests/ui/**/*.toml");
}