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§
- Prepare
Input Error - Error returned by
prepare_input. - Source
Input - Result of
prepare_input.
Functions§
- prepare_
input - Prepares the input for the shell.