standard_knowledge_cli 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
1
2
3
4
5
6
#[test]
fn cli_tests() {
    // Get updated outputs with `TRYCMD=overwrite cargo test`
    let t = trycmd::TestCases::new();
    t.case("tests/cmd/*.toml");
}