bin.name = "cargo-rm" args = ["rm"] status.code = 2 stdout = "" stderr = """ error: The following required arguments were not provided: ... USAGE: cargo rm [OPTIONS] ... For more information try --help """ fs.sandbox = true [env.add] CARGO_IS_TEST="1"