Mix.Task.rerun
You're seeing just the function
rerun
, go back to Mix.Task module for more information.
Specs
Reruns task
with the given arguments.
This function reruns the given task; to do that, it first re-enables the task and then runs it as normal.