Expand description
Library implementing interactive command input and completion for the brush shell.
Structs§
- Interactive
Prompt - Represents an interactive prompt.
- Options
- Options for creating an interactive shell.
Enums§
- Interactive
Execution Result - Result of an interactive execution.
- Read
Result - Result of a read operation.
- Shell
Error - Represents an error encountered while running or otherwise managing an interactive shell.
Traits§
- Interactive
Shell - Represents a shell capable of taking commands from standard input.