Skip to content

Commit

Permalink
Merge pull request #3070 from mgeisler/clap-wrap-help
Browse files Browse the repository at this point in the history
Let Clap wrap help texts automatically
  • Loading branch information
Rustin170506 authored Oct 6, 2022
2 parents cf29f82 + 4dfbaf5 commit f94717b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ no-self-update = []
anyhow = "1.0.31"
cfg-if = "1.0"
chrono = "0.4"
clap = "2"
clap = {version = "2", features = ["wrap_help"]}
download = {path = "download", default-features = false}
effective-limits = "0.5.3"
enum-map = "2.0.3"
Expand Down

0 comments on commit f94717b

Please sign in to comment.