Mix v1.7.4 mix do View Source
Executes the tasks separated by comma.
The comma should be followed by a space.
This task is automatically reenabled, so it can be called multiple times.
Examples
The example below prints the available compilers and then the list of dependencies.
mix do compile --list, deps
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.