Function shell_parse_argv

Source
pub fn shell_parse_argv<P: AsRef<OsStr>>(
    command_line: P,
) -> Result<Vec<OsString>, Error>