⚠️ Watch filesystem for changes and then run a command
Great for automatically running make test
or similar commands in response to file changes.
TODO: This isn't stable yet, but here's the output for --help
at 0.2:
```
USAGE:
watchdog [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Enables verbose output
OPTIONS:
-g, --glob
ARGS:
make
interop (#4)