pub fn format_error_hint(message: &str, hints: &[&str], color: bool) -> StringExpand description
Format an error message with optional hint lines.
Produces:
error: something went wrong
hint: try doing X instead
hint: see https://example.com for details