Expand description
Implementation of Command
s with utilities that help to crate them.
Structs§
- Command
- Single command that can be called in the REPL.
Enums§
- Args
Error - Wrong command arguments.
- Command
Status - Return status of a command.
- Critical
Error - Special error wrapper used to indicate that a critical error occured.
Traits§
- Critical
- Extension trait to easily wrap errors in
CriticalError
.
Type Aliases§
- Handler
- Command handler.