Mix.Task.recursive
You're seeing just the function
recursive
, go back to Mix.Task module for more information.
Specs
recursive(task_module()) :: boolean()
Checks if the task should be run recursively for all sub-apps in umbrella projects.
Returns true
or false
.