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:
parent
cdd74afa3f
commit
eda72b5208
3 changed files with 234 additions and 139 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1986,6 +1986,7 @@ name = "uu_du"
|
|||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
"winapi 0.3.9",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue