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

9 lines
269 B
Plaintext
Raw Normal View History

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