Mix.Task.requirements
You're seeing just the function
requirements
, go back to Mix.Task module for more information.
Specs
requirements(task_module()) :: []
Gets the list of requirements for the given task.
Returns a list of strings, where the string is expected to be a task optionally followed by its arguments.