1
0
mirror of https://github.com/go-task/task.git synced 2025-01-26 05:27:15 +02:00

Update README with watch of tasks

This commit is contained in:
Andrey Nering 2017-04-01 16:12:10 -03:00
parent 72a6727e31
commit 24e7aa01c7

View File

@ -322,6 +322,12 @@ build Build the go binary.
test Run all the go tests.
```
## Watch tasks (experimental)
If you give a `--watch` or `-w` argument, task will watch for files changes
and run the task again. This requires the `sources` attribute to be given,
so task know which files to watch.
## Alternatives
Similar software: