Expand description

tty-form

Provides simple TTY-based user input form capabilities including multi-step forms and complex input types.

Modules

A virtual testing device based on the vte/vt100 parser used in functional and documentation tests.

Structs

A single-line step which controls multple controls including static and input elements.
A TTY-based form with multiple steps and inputs.
An option selection field.
A option for an option selection input.
Static, unfocusable display text. May be formatted.
The standard input device.
A multi-line text input step.
A text field input.

Enums

A failed form operation’s error information.

Traits

An element of a CompoundStep which may be a focusable input.
An input device to use for controlling a form.
A distinct, vertically-separated phase of the form.

Type Definitions

A form operation’s result containing either a successful value or error.