gen-circleci-orb 0.0.34

Generate a CircleCI orb to provide the facilities offered by a CLI program
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn cli_tests() {
    trycmd::TestCases::new()
        .case("tests/cmd/*.trycmd")
        .register_bin(
            "gen-circleci-orb",
            std::path::Path::new(env!("CARGO_BIN_EXE_gen-circleci-orb")),
        );
}