1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

fold: move to clap, add tests (#2015)

This commit is contained in:
Yagiz Degirmenci 2021-04-06 23:51:27 +03:00 committed by GitHub
parent f498a970d9
commit c965effe07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 63 additions and 26 deletions

1
Cargo.lock generated
View file

@ -1861,6 +1861,7 @@ dependencies = [
name = "uu_fold"
version = "0.0.6"
dependencies = [
"clap",
"uucore",
"uucore_procs",
]