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:
commit
e4bed1c087
13 changed files with 1283 additions and 257 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2985,6 +2985,7 @@ dependencies = [
|
|||
name = "uu_tail"
|
||||
version = "0.0.16"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"clap",
|
||||
"libc",
|
||||
"memchr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue