mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
sum: fix crash on invalid inputs, move to clap, add tests (#1952)
This commit is contained in:
parent
ab5b6dd844
commit
8cc7a90d7c
4 changed files with 77 additions and 44 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2250,9 +2250,9 @@ dependencies = [
|
|||
name = "uu_sum"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"getopts",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.7",
|
||||
"uucore_procs 0.0.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue