nerves_bootstrap v0.8.1 mix nerves.clean
Cleans the build artifacts and fetched sources for given dependencies
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
.