Since a hook takes a string as an argument for the watch directory and the library doesn't expose many internals, I am wondering how to watch multiple directories and how to watch recursively.
Should I recurse over the directory structure and create a watcher for each dir? If so, I would still wonder about how to best achieve this.
Since a
hook
takes a string as an argument for the watch directory and the library doesn't expose many internals, I am wondering how to watch multiple directories and how to watch recursively.Should I recurse over the directory structure and create a watcher for each dir? If so, I would still wonder about how to best achieve this.
Thanks!