Description of the Issue/Problem to address
I would like to have an option where eg if when I start Multiparser, a file it is tracking already exists, it doesnt do anything with the already existing data, and just keeps an eye on changes from that point.
Proposed solution
When multiparser first loads, just skip any parsing / callbacks which would typically be triggered, and record the current state of the file as the last parse
Additional context