Nerves v0.6.1 Mix.Tasks.Nerves.Release.Init

Prepares a new project for use with releases. By default, this forwards the call to mix release.init —template /path/to/nerves/release_template.eex

For more information on additional args, reference mix help release.init

Summary

Functions

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

Functions

run(args)
run(OptionParser.argv) :: no_return

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

Callback implementation for Mix.Task.run/1.