1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

all utils: enable wrap_help

This makes clap wrap the help text according to the terminal width,
which improves readability for terminal widths < 120 chars,
because clap defaults to a width of 120 chars without this feature.
This commit is contained in:
Michael Debertol 2021-06-27 16:15:49 +02:00
parent 5fce7ecbaa
commit 2ebca384c6
96 changed files with 96 additions and 95 deletions

1
Cargo.lock generated
View file

@ -177,6 +177,7 @@ dependencies = [
"atty",
"bitflags",
"strsim",
"term_size",
"textwrap",
"unicode-width",
"vec_map",