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