Skip to main content

ClapError

Type Alias ClapError 

Source
pub type ClapError = Error;
Expand description

Command Line Argument Parser Error

See Command::error to create an error.

Aliased Typeยง

pub struct ClapError { /* private fields */ }