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
Summary
| run(args) | Callback implementation of |
Executes the tasks separated by comma.
The example below prints the available compilers and then the list of dependencies.
mix do compile --list, deps
| run(args) | Callback implementation of |