Type Alias ClapError

Source
pub type ClapError = Error;
Expand description

Command Line Argument Parser Error

See Command::error to create an error.

Aliased Typeยง

struct ClapError { /* private fields */ }