Enable auto-wrapping of the help message

This commit is contained in:
Marcin Kulik
2025-06-19 13:32:12 +02:00
parent 9b8b26e6a9
commit 19bcb65e25
3 changed files with 14 additions and 4 deletions

11
Cargo.lock generated
View File

@@ -373,6 +373,7 @@ dependencies = [
"anstyle",
"clap_lex",
"strsim",
"terminal_size",
]
[[package]]
@@ -1876,6 +1877,16 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "terminal_size"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
dependencies = [
"rustix 1.0.7",
"windows-sys 0.59.0",
]
[[package]]
name = "thiserror"
version = "2.0.12"