Mix.Task.get-exclamation-mark
You're seeing just the function
get-exclamation-mark
, go back to Mix.Task module for more information.
Specs
get!(task_name()) :: task_module()
Receives a task name and retrieves the corresponding task module.
Exceptions
Mix.NoTaskError
- raised if the task could not be foundMix.InvalidTaskError
- raised if the task is not a validMix.Task