Mix.Task.requirements

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

requirements(module)

View Source (since 1.11.0)

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.