cli_tests.rs 91 B

12345
  1. #[test]
  2. fn cli_tests() {
  3. trycmd::TestCases::new()
  4. .case("tests/cmd/*.toml");
  5. }