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
Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source