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

Merge pull request #4734 from Joining7943/tail-fix-args-parsing-follow-mode

tail/args: Fix parsing when -F is used together with --retry or --follow
This commit is contained in:
Terts Diepraam 2023-04-20 09:43:24 +02:00 committed by GitHub
commit d68fd68b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 22 deletions

View file

@ -311,6 +311,7 @@ rand_core = "0.6"
rayon = "1.7"
redox_syscall = "0.2"
regex = "1.7.3"
rstest = "0.17.0"
rust-ini = "0.18.0"
same-file = "1.0.6"
selinux = "0.4"