Mix v1.0.5 Mix.Tasks.Loadconfig

Loads and persists the given configuration.

In case no configuration file is given, it loads the project one at “config/config.exs”.

This task is automatically reenabled, so it can be called multiple times to load different configs.

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.