1
Fork 0
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:
Walter Scheper 2021-05-19 22:38:51 -04:00
parent a017c1b589
commit cff75f242a
9 changed files with 266 additions and 79 deletions

1
Cargo.lock generated
View file

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