1
Fork 0
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:
Yagiz Degirmenci 2021-03-29 14:03:56 +03:00 committed by GitHub
parent ab5b6dd844
commit 8cc7a90d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77 additions and 44 deletions

6
Cargo.lock generated
View file

@ -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]]