rl v0.1.2 mix rl

Start the rl server through mix

Boot up an IEx shell with the following command:

$ iex -S mix rl

You can also run another command by appending it to the arguments.

$ iex -S mix rl phx.server

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.