Skip to content

Commit 803a3c8

Browse files
committed
Hard-wrap --help output based on terminal size.
1 parent df44ffc commit 803a3c8

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
@@ -25,7 +25,7 @@ actix-rt = "1.1.1"
2525
actix-web = "3.3.3"
2626
anyhow = "1.0.98"
2727
bytes = "0.5.6"
28-
clap = { version = "4.5.40", features = ["derive"] }
28+
clap = { version = "4.5.40", features = ["derive", "wrap_help"] }
2929
futures = "0.3.31"
3030
handlebars = "6.3.2"
3131
log = "0.4.27"

0 commit comments

Comments
 (0)