Function shlex::quote [−][src]
pub fn quote(in_str: &str) -> Cow<'_, str>
Given a single word, return a string suitable to encode it as a shell argument.
pub fn quote(in_str: &str) -> Cow<'_, str>
Given a single word, return a string suitable to encode it as a shell argument.