Mix.Tasks.Local.Rebar

Fetch a copy of rebar from the given path or url. It defaults to a rebar copy that ships with Elixir source if available or fetches it from https://github.com/elixir-lang/elixir/raw/3cf4c21ad1f4627585b80394c37ac9f4d39d3aa8/rebar. The local copy is stored in your MIX_HOME (defaults to ~/.mix).

This version of rebar will be used as required by mix deps.compile

Source

Summary

run(argv)

Callback implementation of Mix.Task.run/1

Functions

run(argv)

Callback implementation of Mix.Task.run/1.

Source