pub type CliTypedResult<T> = Result<T, CliError>;
A common result to remove need for typing Result<T, CliError>
Result<T, CliError>