mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
shred: use clap for argument management (#1961)
This commit is contained in:
parent
9bb588d69a
commit
751ae6a8f8
3 changed files with 158 additions and 121 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2217,8 +2217,8 @@ dependencies = [
|
|||
name = "uu_shred"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"filetime",
|
||||
"getopts",
|
||||
"libc",
|
||||
"rand 0.5.6",
|
||||
"time",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue