rerun
rerun copied to clipboard
Add an option to allow filtering which change events to respond to
Added option --filter which allows filtering which exact changes to respond to: modified, added and/or removed. This is particularly useful in situations where a process may only care about files added or removed (such as rails stimulus:manifest:update, for example) and file modifications are just noise that create unnecessary process churn.