Mix.Tasks.App.Start
Starts all registered apps. If no apps key exists, it starts the current application.
Command line options
--force- force compilation regardless of compilation times--no-compile- do not compile even if files require compilation--no-deps-check- do not check dependencies--no-elixir-version-check- do not check elixir version--no-start- do not start applications after compilation
Summary
| run(args) | Callback implementation of |