pub fn shell_argument(value: &str) -> String
Quote a value for a POSIX shell.
Single quotes suppress every expansion, so only the closing quote itself needs handling.