mirror of
https://github.com/go-task/task.git
synced 2025-06-25 00:47:04 +02:00
Update README with watch of tasks
This commit is contained in:
@ -322,6 +322,12 @@ build Build the go binary.
|
|||||||
test Run all the go tests.
|
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
|
## Alternatives
|
||||||
|
|
||||||
Similar software:
|
Similar software:
|
||||||
|
Reference in New Issue
Block a user