1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

du: replace getopts with clap

This commit is contained in:
Syukron Rifail M 2021-05-15 21:29:45 +07:00
parent cdd74afa3f
commit eda72b5208
3 changed files with 234 additions and 139 deletions

1
Cargo.lock generated
View file

@ -1986,6 +1986,7 @@ name = "uu_du"
version = "0.0.6"
dependencies = [
"chrono",
"clap",
"uucore",
"uucore_procs",
"winapi 0.3.9",