1 2 3 4 5 6 7
//! integration tests via assert_cmd — spawns the binary for each test. mod canonicalize; mod exit_codes; mod hash; mod input; mod validate;