mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
chgrp: replace getopts with clap (#2118)
This commit is contained in:
parent
a017c1b589
commit
cff75f242a
9 changed files with 266 additions and 79 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1772,6 +1772,7 @@ dependencies = [
|
|||
name = "uu_chgrp"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
"walkdir",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue