Module expectrl::repl

source ·
Expand description

This module contains a list of special Sessions that can be spawned.

Structs

  • A repl session: e.g. bash or the python shell: you have a prompt where a user inputs commands and the shell which executes them and manages IO streams.

Functions