| either/3 | allows to pick whether to use a short or long name, and starts the distributed mode for it. |
| find_options/1 | utility function to extract all distribution options from a rebar3 state tuple. |
| long/2 | starts a node with a long name. |
| short/2 | starts a node with a short name. |
either(Name::atom(), SName::atom(), Opts::[{setcookie, term()}]) -> atom()
allows to pick whether to use a short or long name, and starts the distributed mode for it.
find_options(State::rebar_state:t()) -> {Long, Short, Opts}
Long = atom()Short = atom()Opts = [{setcookie, term()}]
utility function to extract all distribution options from a rebar3 state tuple.
long(Name::atom(), Opts::[{setcookie, term()}]) -> term()
starts a node with a long name.
short(SName::atom(), Opts::[{setcookie, term()}]) -> term()
starts a node with a short name.
Generated by EDoc