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--quiet- do not output on compilation
Summary
| run(args) | Callback implementation of |