Mix.Task.reenable
You're seeing just the function
reenable
, go back to Mix.Task module for more information.
Specs
reenable(task_name()) :: :ok
Reenables a given task so it can be executed again down the stack.
Both alias and the regular stack are reenabled when this function is called.
If an umbrella project reenables a task, it is reenabled for all child projects.