mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
6feea34f8a
Tests in `master` are currently failing because its building with clap v4.2 but the tests have snapshots from v4.1
9 lines
260 B
Text
9 lines
260 B
Text
error: unexpected argument '--flag' found
|
|
|
|
tip: a similar argument exists: '--tag'
|
|
|
|
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
|
|
cargo add [OPTIONS] --path <PATH> ...
|
|
cargo add [OPTIONS] --git <URL> ...
|
|
|
|
For more information, try '--help'.
|