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