nerves_bootstrap v1.0.0-rc.2 mix nerves.clean
Cleans dependencies and build artifacts
Since this is a destructive action, cleaning of dependencies only occurs when one of the following are specified:
dep1 dep2
- the names of Nerves dependencies to be cleaned, separated by spaces--all
- cleans all Nerves dependencies
Link to this section Summary
Link to this section Functions
Link to this function
run(argv)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.