1 2 3 4 5 6 7 8
#[test] fn cli_tests() { trycmd::TestCases::new() .env("BESTOOL_MOCK_TIME", "1") .env("NO_COLOR", "1") .case("tests/cmd/*.toml") .run(); }