Mix v1.5.1 mix do View Source

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

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

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.