pub fn style_text<F>(text: &str, use_color: bool, style: F) -> Stringwhere F: FnOnce(ColoredString) -> ColoredString,