Mix v1.4.5 mix deps.unlock View Source
Unlocks the given dependencies.
Since this is a destructive action, unlocking dependencies only occurs when passing arguments/options:
dep1 dep2- the name of dependencies to be unlocked--all- unlocks all dependencies--unused- unlocks only unused dependencies (no longer mentioned in themix.exsfile)
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.