Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tail: improve file handling for
--follow=name
* Change data structure from Vec to HashMap in order to better keep track of files while watching them with `--follow=name`. E.g. file paths that were removed while watching them and exit if no files are remaining, etc. * Move all logic related to file handling into a FileHandling trait * Simplify handling of the verbose flag.
- Loading branch information