Module oursh::repl[][src]

Quick and effective raw mode repl library for ANSI terminals.

There will be absolutely no blocking STDIN/OUT/ERR on things like tab completion or other potentially slow, or user defined behavior.

Modules

history

Keeps a record of previous commands, used for completion and archeology.

Structs

Prompt

A status prompt to be displayed in interactive sessions before each program.

Functions

start

Start a REPL over the strings the user provides.