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

cut: move to clap

This commit is contained in:
Yagiz Degirmenci 2021-04-03 20:19:30 +03:00
parent 20d071a482
commit cfc3d52be4
3 changed files with 124 additions and 28 deletions

1
Cargo.lock generated
View file

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