pub type Error = Error<DefaultFormatter>;
Expand description
Command Line Argument Parser Error
See Command::error
to create an error.
Aliased Type§
struct Error { /* private fields */ }
pub type Error = Error<DefaultFormatter>;
Command Line Argument Parser Error
See Command::error
to create an error.
struct Error { /* private fields */ }