mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
hashsum: switch from getopts to clap (#1542)
* hashsum: switch from getopts to clap Additionally, slightly refactor. This commit will be the first of a series of commits refactoring (at the very least) `hashsum`.
This commit is contained in:
parent
f17a112781
commit
e02b8a60f7
3 changed files with 241 additions and 211 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1357,8 +1357,8 @@ dependencies = [
|
|||
name = "uu_hashsum"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue