pub(crate) fn escape_single_quotes(s: &str) -> String
Escape single quotes for safe embedding in shell single-quoted strings.
Replaces each ' with '\'' (end quote, escaped quote, begin quote).
'
'\''