cargo/tests/testsuite/cargo_add/no_args/stderr.log

9 lines
269 B
Plaintext

error: The following required arguments were not provided:
<DEP_ID|--path <PATH>|--git <URI>>
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
cargo add [OPTIONS] --path <PATH> ...
cargo add [OPTIONS] --git <URL> ...
For more information try '--help'