1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2106 from miDeb/sort-debug

sort: implement --debug
This commit is contained in:
Sylvestre Ledru 2021-04-24 18:46:58 +02:00 committed by GitHub
commit 2f17bfc14c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 2006 additions and 217 deletions

1
Cargo.lock generated
View file

@ -2360,6 +2360,7 @@ dependencies = [
"rayon",
"semver",
"smallvec 1.6.1",
"unicode-width",
"uucore",
"uucore_procs",
]