pub fn shell_print( status: &str, message: &str, color: Color, justified: bool) -> CargoResult<()>
Print a message with a colored title in the style of Cargo shell messages.