Module input

Source
Expand description

Preparing input object

This module implements the prepare_input function that prepares the input object for the shell. The input object is constructed from the given source and decorated with the Echo and Prompter decorators as necessary.

The SourceInput and PrepareInputError types define the return value of the function.

Structs§

PrepareInputError
Error returned by prepare_input.
SourceInput
Result of prepare_input.

Functions§

prepare_input
Prepares the input for the shell.