Expand description
A library for creating interactive command line shells
Structs§
- History
- Wrap the command history from a shell. It has a maximum capacity, and when max capacity is reached, less recent command is removed from history
- Shell
- A shell
- ShellIO
- Input / Output for shell execution
Enums§
- Exec
Error - Command execution error
Type Aliases§
- Exec
Result - Result from command execution