Skip to content

Commit

Permalink
Have clap wrap help-messages automatically
Browse files Browse the repository at this point in the history
This makes the long help messages far easier to read than they otherwise
are.
  • Loading branch information
pitkley committed Oct 15, 2024
1 parent 7f0991b commit 7bc49f6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 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 @@ -13,7 +13,7 @@ license = "Apache-2.0"
anyhow = "1.0.89"
aws-config = "1.5.8"
aws-sdk-s3 = { version = "1.55.0", features = ["http-1x"] }
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive", "wrap_help"] }
http-body = "1.0.1"
http-body-util = "0.1.2"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit 7bc49f6

Please sign in to comment.