Crate brush_interactive

Crate brush_interactive 

Source
Expand description

Library implementing interactive command input and completion for the brush shell.

Structs§

InteractivePrompt
Represents an interactive prompt.
Options
Options for creating an interactive shell.

Enums§

InteractiveExecutionResult
Result of an interactive execution.
ReadResult
Result of a read operation.
ShellError
Represents an error encountered while running or otherwise managing an interactive shell.

Traits§

InteractiveShell
Represents a shell capable of taking commands from standard input.