Expand description
Implementation of Command
s with utilities that help to crate them.
Structs§
Enums§
- Args
Error - Wrong command arguments.
- Command
ArgType - 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
. - Execute
Command