Allow interval per source to be overwritten to 0 to skip the source in this interval.
I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.
Allow interval per source to be overwritten to 0 to skip the source in this interval.
I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.
Allow interval per source to be overwritten to 0 to skip the source in this interval.
If we want to match 0, we should do -eq 0, otherwise the documentation will need to be adjusted.
Allow interval per source to be overwritten to 0 to skip the source in this interval.
Why skip potential error messages?
command-line parsing blows up with python 3.11
Initialise options variable to avoid unset variable expansion
Make grep more specific