Skip to content

Commit 0912ff5

Browse files
committed
Cargo.toml: Enable line wrapping for help text in clap
1 parent 5e565a7 commit 0912ff5

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 12 additions & 1 deletion
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
@@ -45,7 +45,7 @@ async-graphql-axum = "7.0.15"
4545
axum = "0.8.1"
4646
chrono = "0.4.38"
4747
bs58 = "0.5.1"
48-
clap = { version = "4.5.4", features = ["derive", "env"] }
48+
clap = { version = "4.5.4", features = ["derive", "env", "wrap_help"] }
4949
derivative = "2.2.0"
5050
diesel = { version = "2.2.7", features = [
5151
"postgres",

0 commit comments

Comments
 (0)