1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Merge pull request #4135 from Joining7943/refactor-tail-check-warnings

`tail`: Refactor handling of warnings and early exits
This commit is contained in:
Terts Diepraam 2022-12-14 13:21:54 +01:00 committed by GitHub
commit e4bed1c087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1283 additions and 257 deletions

1
Cargo.lock generated
View file

@ -2985,6 +2985,7 @@ dependencies = [
name = "uu_tail"
version = "0.0.16"
dependencies = [
"atty",
"clap",
"libc",
"memchr",