fix: wrap help text

This commit is contained in:
Josh McKinney 2025-02-14 17:10:13 -08:00
parent 26a7750e86
commit bcff00b2ee
No known key found for this signature in database
GPG key ID: 722287396A903BC5
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -736,6 +736,7 @@ dependencies = [
"anstyle",
"clap_lex",
"strsim",
"terminal_size",
]
[[package]]

View file

@ -25,7 +25,7 @@ pkg-fmt = "zip"
atomic-file-install = { version = "1.0.9", path = "../atomic-file-install" }
binstalk = { path = "../binstalk", version = "0.28.24", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.21" }
clap = { version = "4.5.3", features = ["derive", "env"] }
clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] }
clap-cargo = "0.15.2"
compact_str = "0.8.0"
dirs = "6.0.0"