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

| Quote an argument for shell. | | ———– | @note | | This is intended for help, not for security-sensitive | purposes. |