pub fn print_notes(command: &str, notes: &[String])
Print what preparation found, under the name of the command that found it. Notes are advisory by construction — every fatal condition already returned a Fail.
Fail