1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

tac: exit with proper code, move from getopts to clap, add test for invalid inputs (#1957)

This commit is contained in:
Yagiz Degirmenci 2021-03-31 22:21:10 +03:00 committed by GitHub
parent 751ae6a8f8
commit e958864bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 67 deletions

6
Cargo.lock generated
View file

@ -2323,9 +2323,9 @@ dependencies = [
name = "uu_tac"
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]]