Skip to content

Commit d83017c

Browse files
committed
Update clap from 4.0.10 to 4.4.18
1 parent 2404de6 commit d83017c

File tree

5 files changed

+71
-154
lines changed

5 files changed

+71
-154
lines changed

Cargo.lock

+47-125
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/cmd/bare-h.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Commands:
55
help Print this message or the help of the given subcommand(s)
66

77
Options:
8-
-h, --help Print help information
8+
-h, --help Print help

tests/cmd/bare-help.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Commands:
55
help Print this message or the help of the given subcommand(s)
66

77
Options:
8-
-h, --help Print help information
8+
-h, --help Print help

tests/cmd/h.stdout

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Options:
1414
--end <END> Right bound for search (*with* regression). You can use a date
1515
(YYYY-MM-DD), git tag name (e.g. 1.58.0) or git commit SHA.
1616
--force-install Force installation over existing artifacts
17-
-h, --help Print help information (use `--help` for more detail)
17+
-h, --help Print help (see more with '--help')
1818
...
1919
--install <INSTALL> Install the given artifact
2020
--preserve Preserve the downloaded artifacts
@@ -30,7 +30,7 @@ Options:
3030
--target <TARGET> Cross-compilation target platform
3131
--test-dir <TEST_DIR> Root directory for tests [default: .]
3232
-v, --verbose...
33-
-V, --version Print version information
33+
-V, --version Print version
3434
--with-dev Download rustc-dev [default: no download]
3535
--with-src Download rust-src [default: no download]
3636
--without-cargo Do not install cargo [default: install cargo]

0 commit comments

Comments
 (0)