Skip to content

Commit f94717b

Browse files
authored
Merge pull request #3070 from mgeisler/clap-wrap-help
Let Clap wrap help texts automatically
2 parents cf29f82 + 4dfbaf5 commit f94717b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ no-self-update = []
2929
anyhow = "1.0.31"
3030
cfg-if = "1.0"
3131
chrono = "0.4"
32-
clap = "2"
32+
clap = {version = "2", features = ["wrap_help"]}
3333
download = {path = "download", default-features = false}
3434
effective-limits = "0.5.3"
3535
enum-map = "2.0.3"

0 commit comments

Comments
 (0)