We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aaba9d + 51a0adc commit bc1281dCopy full SHA for bc1281d
Readme.md
@@ -316,7 +316,7 @@ You can add as many variables as needed.
316
# Helpers
317
318
### invoke
319
-Invokes another Rake task.
+Invokes another Rake task. By default if the task has already been invoked it will not been executed again (see the `:reenable` option).
320
321
Invokes the task given in `task`. Returns nothing.
322
@@ -325,8 +325,8 @@ invoke :'git:clone'
325
invoke :restart
326
~~~
327
328
-Options:
329
- reenable (bool) - Execute the task even next time.
+__Options:__
+ `:reenable` (bool) - Execute the task even next time. Defaults to `false`
330
331
### erb
332
Evaluates an ERB block in the current scope and returns a string.
0 commit comments