patholog 1.0.0

Diagnose, explain, clean, and safely repair PATH behavior.
Documentation
1
2
3
pub(super) fn finish_lines(lines: impl IntoIterator<Item = String>) -> String {
    lines.into_iter().collect::<Vec<_>>().join("\n") + "\n"
}