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

Functions

A task needs to implement run which receives a list of command line args

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.