fabro/lib/crates/arc-cli/tests/trycmd.rs
Bryan Helmkamp b864c1fa94 Add trycmd --help tests for each visible CLI subcommand
Covers run, validate, cp, preview, ssh, model, doctor, init, install,
pr, and system. Each test verifies --help exits 0 and produces output.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 22:10:28 -04:00

6 lines
133 B
Rust

#[test]
fn cli_tests() {
trycmd::TestCases::new()
.case("tests/cmd/**/*.trycmd")
.case("tests/cmd/**/*.toml");
}