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

Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source