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

tail/args: Fix parsing when -F is used together with --retry or --follow

This commit is contained in:
Joining7943 2023-04-09 16:19:57 +02:00
parent 08c5f3b61b
commit 20e32971dd
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"