Executes the tasks separated by comma.
The comma should be followed by a space.
The example below prints the available compilers and then the list of dependencies.
mix do compile --list, deps
Callback implementation for Mix.Task.run/1
Mix.Task.run/1
run(OptionParser.argv) :: :ok
Callback implementation for Mix.Task.run/1.