Skip to content

Commit

Permalink
Auto merge of #12013 - QiangHeisenberg:wrap_help, r=weihanglo
Browse files Browse the repository at this point in the history
`--help` output use line wrap

### What does this PR try to resolve?

Enable the `wrap_help` feature to help the output of `--help` wrap, making it easier to read.

Fixes #11895
  • Loading branch information
bors committed Apr 21, 2023
2 parents 5cf3bb9 + 9ba0d44 commit c3e3d90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 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 @@ -37,7 +37,7 @@ base64 = "0.21.0"
bytesize = "1.0"
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
cargo-util = { path = "crates/cargo-util", version = "0.2.4" }
clap = "4.2.0"
clap = { version = "4.2.0", features = ["wrap_help"] }
crates-io = { path = "crates/crates-io", version = "0.36.0" }
curl = { version = "0.4.44", features = ["http2"] }
curl-sys = "0.4.61"
Expand Down

0 comments on commit c3e3d90

Please sign in to comment.