Module rebar_prv_alias

Meta-provider that dynamically compiles providers to run aliased commands.

Behaviours: provider.

Description

Meta-provider that dynamically compiles providers to run aliased commands.

This is hackish and out-there, but this module has graduated from a plugin at https://github.com/tsloughter/rebar_alias after years of stability. Only some error checks were added

Function Index

do/1
format_error/1
init/1

Function Details

do/1

do(State::rebar_state:t()) -> {ok, rebar_state:t()}

format_error/1

format_error(Reason::any()) -> iolist()

init/1

init(State::rebar_state:t()) -> {ok, rebar_state:t()}


Generated by EDoc