API Reference Seely v0.1.0

Modules

Starting the main-process (a GenServer) with a given router

An importable wrapper for functions in Seely.Main. You can import this module for convenience.

The default router just defines the echo route for the Seely.EchoController

The EchoController is used to echo whatever the user inputs after the command

The main process (GenServer) for the CLI global handling.

Helper functions to parse commands.

Functions to find routes in a user-defined router. (See Seely.DefaultRouter).

Sessions can be started as registered GenServers and can execute commands via execute/2 and execute/4 or batch/2.