Expand description
Error types and result aliases for Clawless commands
This module re-exports anyhow error handling primitives and defines the CommandResult
type alias used as the standard return type for command functions.
Structs§
- Error
- The
Errortype, a wrapper around a dynamic error type.
Traits§
- Error
Context - Trait for adding context to errors
Type Aliases§
- Command
Result - Result type for Clawless commands