Mix v1.5.1 mix archive.check View Source
Checks all archives are available.
Mix projects can specify required archives using
the :archives
option:
archives: [{:foo, "~> 1.0.0"}]
This task guarantees this option is respected.
Link to this section Summary
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
.