Function shell_unquote

Source
pub fn shell_unquote<P: AsRef<OsStr>>(
    quoted_string: P,
) -> Result<OsString, Error>