File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ base64 = "0.21.0"
2121bytesize = " 1.0"
2222cargo-platform = { path = " crates/cargo-platform" , version = " 0.1.2" }
2323cargo-util = { path = " crates/cargo-util" , version = " 0.2.4" }
24- clap = " 4.1.3 "
24+ clap = " 4.2.0 "
2525crates-io = { path = " crates/crates-io" , version = " 0.36.0" }
2626curl = { version = " 0.4.44" , features = [" http2" ] }
2727curl-sys = " 0.4.61"
Original file line number Diff line number Diff line change 11error: unexpected argument '--flag' found
22
3- note: argument '--tag' exists
3+ tip: a similar argument exists: '--tag'
44
55Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
66 cargo add [OPTIONS] --path <PATH> ...
Original file line number Diff line number Diff line change 11error: unexpected argument '--flag' found
22
3- note : to pass '--flag' as a value, use '-- --flag'
3+ tip : to pass '--flag' as a value, use '-- --flag'
44
55Usage: cargo[EXE] remove <DEP_ID>...
66
Original file line number Diff line number Diff line change 11error: unexpected argument '--flag' found
22
3- note : to pass '--flag' as a value, use '-- --flag'
3+ tip : to pass '--flag' as a value, use '-- --flag'
44
55Usage: cargo[EXE] init <path>
66
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ fn run_bins() {
592592 "\
593593 error: unexpected argument '--bins' found
594594
595- note: argument '--bin' exists " ,
595+ tip: a similar argument exists: '--bin'" ,
596596 )
597597 . run ( ) ;
598598}
You can’t perform that action at this time.
0 commit comments