pub fn display_error(error: &Error)
Displays an anyhow::Error’s main error and its error chain to stderr.
anyhow::Error
This can be used to show a “pretty” error to the end user.