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