bin.name = "cargo-add" args = ["add", "my-package", "--target", ""] status.code = 2 stdout = "" stderr = """ error: The argument '--target ' requires a value but none was supplied For more information try --help """ fs.sandbox = true [env.add] CARGO_IS_TEST="1"