On this page
mix do
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
© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/mix/1.10.4/Mix.Tasks.Do.html