pub fn run(f: impl FnOnce() -> Result<()>)
Runs f and, on error, prints the report in bold red to stderr then exits with code 1.
f