pub fn diff(old: impl AsRef<str>, new: impl AsRef<str>, color: bool) -> String
Show diff between two files.
color