Skip to content

Commit c3e3d90

Browse files
committed
Auto merge of #12013 - QiangHeisenberg:wrap_help, r=weihanglo
`--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
2 parents 5cf3bb9 + 9ba0d44 commit c3e3d90

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ base64 = "0.21.0"
3737
bytesize = "1.0"
3838
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
3939
cargo-util = { path = "crates/cargo-util", version = "0.2.4" }
40-
clap = "4.2.0"
40+
clap = { version = "4.2.0", features = ["wrap_help"] }
4141
crates-io = { path = "crates/crates-io", version = "0.36.0" }
4242
curl = { version = "0.4.44", features = ["http2"] }
4343
curl-sys = "0.4.61"

0 commit comments

Comments
 (0)