pub fn indent_lines(input: &str, indent: &str) -> String
Prefixes each logical line with the provided indent string.