Skip to content

Commit 9ba0d44

Browse files
committed
output use line wrap
1 parent 5cf3bb9 commit 9ba0d44

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)