Module clap_builder::error
source · Expand description
Error reporting
Re-exports
pub use RichFormatter as DefaultFormatter;
Structs
- Command Line Argument Parser Error
- Report
ErrorKind
- Richly formatted error context
Enums
- Semantics for a piece of error information
- A piece of error information
- Command line argument parser kind of error
Traits
- Defines how to format an error for displaying to the user
Type Aliases
- Short hand for
Result
type