Mix.Task.get

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

Specs

get(task_name()) :: task_module() | nil

Receives a task name and returns the corresponding task module if one exists.

Returns nil if the module cannot be found, if it is an alias, or if it is not a valid Mix.Task.