Watchdog

⚠️ Watch filesystem for changes and then run a command

Great for automatically running make test or similar commands in response to file changes.

Usage

TODO: This isn't stable yet, but here's the output for --help at 0.1:

``` USAGE: watchdog [FLAGS] --path

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Enables verbose output

OPTIONS: -p, --path Path used for matching files

ARGS: Command ran on response to changes ```