Mix v1.1.1 Mix.Tasks.Do

Executes the tasks separated by comma.

Examples

The example below prints the available compilers and then the list of dependencies.

mix do compile --list, deps

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.