Crate shrust

Source
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§

ExecError
Command execution error

Type Aliases§

ExecResult
Result from command execution