pub fn format_error(e: Error) -> String
Prints anyhow errors correctly in the Phink style
anyhow
e
anyhow::Error
returns: String
String
eprintln!("{}", format_error(e));