1
0
mirror of https://github.com/go-task/task.git synced 2025-02-07 13:41:53 +02:00

docs: improve wording (#1518)

This commit is contained in:
David Fregoli 2024-02-27 15:25:25 +01:00 committed by GitHub
parent 99397dfe98
commit 330722335d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1888,8 +1888,8 @@ task again. This requires the `sources` attribute to be given, so task knows
which files to watch.
The default watch interval is 5 seconds, but it's possible to change it by
either setting `interval: '500ms'` in the root of the Taskfile passing it as an
argument like `--interval=500ms`.
either setting `interval: '500ms'` in the root of the Taskfile or by passing it
as an argument like `--interval=500ms`.
Also, it's possible to set `watch: true` in a given task and it'll automatically
run in watch mode: