test: Update for clap 4.1.3

The latest clap release fixed a bug with the algorithm for providing
suggestions, leading this suggestion to change.
This commit is contained in:
Ed Page 2023-01-23 21:19:48 -06:00
parent ca0557ae39
commit 8fb9effcae
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ toml_edit = { version = "0.15.0", features = ["serde", "easy", "perf"] }
unicode-xid = "0.2.0"
url = "2.2.2"
walkdir = "2.2"
clap = "4.1.1"
clap = "4.1.3"
unicode-width = "0.1.5"
openssl = { version = '0.10.11', optional = true }
im-rc = "15.0.0"

View File

@ -1,6 +1,6 @@
error: unexpected argument '--flag' found
note: to pass '--flag' as a value, use '-- --flag'
note: argument '--tag' exists
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
cargo add [OPTIONS] --path <PATH> ...