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

Merge pull request #2023 from ycd/cut

cut: move to clap, add gnu like error messages + tests
This commit is contained in:
Sylvestre Ledru 2021-04-04 14:47:15 +02:00 committed by GitHub
commit c196f4ae8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 169 additions and 34 deletions

1
Cargo.lock generated
View file

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