mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Merge pull request #2237 from wfscheper/wfscheper/issue2118
chgrp: replace getopts with clap (#2118)
This commit is contained in:
commit
8afc923796
9 changed files with 267 additions and 80 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1775,6 +1775,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