Mix v1.3.2 Mix.Tasks.Do

Executes the tasks separated by comma.

The comma should be followed by a space.

Examples

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

mix do compile --list, deps

Summary

Functions

gather_commands(list, current, acc)
run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.