clawless-cli 0.4.0

Generate and develop CLIs with Clawless
1
2
3
4
5
6
#[test]
fn commands() {
    trycmd::TestCases::new()
        .case("tests/commands/*.toml")
        .case("../../README.md");
}