Mix.Task.task_name
You're seeing just the function
task_name
, go back to Mix.Task module for more information.
Specs
task_name(task_module()) :: task_name()
Returns the task name for the given module
.
Examples
iex> Mix.Task.task_name(Mix.Tasks.Test)
"test"