1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +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

1
Cargo.lock generated
View file

@ -3179,6 +3179,7 @@ dependencies = [
"libc",
"memchr",
"notify",
"rstest",
"same-file",
"uucore",
"winapi-util",