Mix.Tasks.Help

If given a task name, prints the documentation for that task. If no task name is given, prints the short form documentation for all tasks.

Arguments

mix help      - prints all tasks and their shortdoc
mix help TASK - prints full docs for the given task
Source

Summary

run(list1)

Callback implementation of Mix.Task.run/1

Functions

run(list1)

Callback implementation of Mix.Task.run/1.

Source