1
Fork 0
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:
Aleksandar Janicijevic 2021-03-31 15:19:04 -04:00 committed by GitHub
parent 9bb588d69a
commit 751ae6a8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 158 additions and 121 deletions

2
Cargo.lock generated
View file

@ -2217,8 +2217,8 @@ dependencies = [
name = "uu_shred"
version = "0.0.4"
dependencies = [
"clap",
"filetime",
"getopts",
"libc",
"rand 0.5.6",
"time",