Mix.Task.rerun

You're seeing just the function rerun, go back to Mix.Task module for more information.

Specs

rerun(task_name(), [any()]) :: any()

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.