all repos — erl @ 5756d6ee93062edeb2e19af551811a68aea9f333

Execute Reload Loop

feat: enable watching extra paths with -w/--watch

Alin
commit

5756d6ee93062edeb2e19af551811a68aea9f333

parent

d30b683684be3a8e626d0202d61284afa7696364

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M README.mdREADME.md
@@ -37,6 +37,7 @@
- `--exec string` - Command to execute on file change (optional, defaults to "go run") - `--quiet` - Suppress erl's own output - `--verbose` - Enable verbose output (print file events) +- `--watch path` - Add extra paths to watch (recursive) ### Examples