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:
parent
20d071a482
commit
cfc3d52be4
3 changed files with 124 additions and 28 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1679,6 +1679,7 @@ dependencies = [
|
|||
name = "uu_cut"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue