Mix v1.5.1 mix loadpaths View Source

Loads the application and its dependencies paths.

Configuration

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

Command line options

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

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.