pub fn shell_join_arg(arg: &str) -> StringExpand description
Quote an argument for inclusion in a re-parsable shell command.
If the argument contains shell metacharacters or whitespace, it is
single-quoted with internal single quotes escaped as '\''.