From 2df72fe39a61c3e935cec86e02586ab37e859854 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 1 Mar 2017 20:46:45 -0300 Subject: [PATCH] Document force flag --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b118fac..a7364715 100644 --- a/README.md +++ b/README.md @@ -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 `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/ [releases]: https://github.com/go-task/task/releases