cargo/tests/testsuite/cargo_add/invalid_arg/stderr.log
Ed Page 6feea34f8a chore: Upgrade to clap v4.2
Tests in `master` are currently failing because its building with clap
v4.2 but the tests have snapshots from v4.1
2023-03-28 05:00:49 -05:00

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'.