Mix v1.3.2 Mix.Tasks.Loadpaths

Loads the application and its dependencies paths.

Configuration

  • :elixir - matches the current elixir version against the given requirement

Command line options

  • --no-archives-check - do not check archive
  • --no-deps-check - do not check dependencies
  • --no-elixir-version-check - do not check Elixir version

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.