Auto merge of #11619 - epage:test, r=ehuss

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:
bors 2023-01-24 04:52:00 +00:00
commit b862c6df16
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> ...