Mix v1.3.2 Mix.Tasks.Deps.Loadpaths

Checks and loads all dependencies along the way.

If there is an invalid dependency, its status is printed before aborting.

Although this task does not show up in mix help, it is part of Mix public API and can be depended on.

Command line options

  • --no-deps-check - do not check or compile deps, only load available ones
  • --no-compile - do not compile dependencies

Summary

Functions

Callback implementation for Mix.Task.run/1

Functions

run(args)

Specs

run(OptionParser.argv) :: :ok

Callback implementation for Mix.Task.run/1.