pub type CliTypedResult<T> = Result<T, CliError>;
Expand description

A common result to remove need for typing Result<T, CliError>