pub fn shell_quote_if_needed(s: &String) -> String
Expand description

| Shell-quotes the argument if it needs | quoting, else returns it literally, | to save typing. | | ———– | @note | | This is intended for help, not for security-sensitive | purposes. |