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

Merge pull request #2463 from miDeb/wrap-help

all utils: enable wrap_help
This commit is contained in:
Terts Diepraam 2021-07-01 13:18:32 +02:00 committed by GitHub
commit 5a40148602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",