1
Fork 0
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:
Terts Diepraam 2021-06-12 11:20:24 +02:00 committed by GitHub
commit 8afc923796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 267 additions and 80 deletions

1
Cargo.lock generated
View file

@ -1775,6 +1775,7 @@ dependencies = [
name = "uu_chgrp"
version = "0.0.6"
dependencies = [
"clap",
"uucore",
"uucore_procs",
"walkdir",