Mix v1.1.1 Mix.Tasks.Deps.Check

Checks if all dependencies are valid and if not, abort. Prints the invalid dependencies’ status before aborting.

This task is not shown in mix help but it is part of the mix public API and can be depended on.

Command line options

  • --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.