core: wrap long help texts

This commit is contained in:
Matthias Schiffer 2024-01-04 12:36:27 +01:00
parent fb361145eb
commit 6da921cca3
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 65 additions and 6 deletions

View file

@ -39,7 +39,7 @@ pre-release-replacements = [
[dependencies]
anyhow = "1.0.68"
bincode = "1.3.3"
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.4", features = ["derive", "wrap_help"] }
fastnbt = "2.3.2"
futures-util = "0.3.28"
git-version = "0.3.5"