wpsr 0.3.1

Command line program to help solve word puzzles
Documentation
1
2
3
4
5
6
#[test]
fn cli_tests() {
    trycmd::TestCases::new()
        // .case("README.md")
        .case("tests/cmd/*.trycmd");
}