fn write_shell_escaped_single_quoted<W>(f: &mut W, s: &str) -> Resultwhere W: Write,
Writes an escaped version of the passed string to the writer.