1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

Document force flag

This commit is contained in:
Andrey Nering 2017-03-01 20:46:45 -03:00
parent cbd4da153a
commit 2df72fe39a

View File

@ -121,5 +121,8 @@ will compare the modification date/time of the files to determine if it's
necessary to run the task. If not, it will just print necessary to run the task. If not, it will just print
`Task "js" is up to date`. `Task "js" is up to date`.
You can use `--force` or `-f` if you want to force a task to run even when
up-to-date.
[make]: https://www.gnu.org/software/make/ [make]: https://www.gnu.org/software/make/
[releases]: https://github.com/go-task/task/releases [releases]: https://github.com/go-task/task/releases