pub fn run_checklist(checks: Vec<(&str, Result<()>)>)
Run a checklist and print out its successes and failures on stdout.
If an error is encountered, the proccess will exit with exit code 1.