pub fn split_arguments(command_line: &str) -> Vec<String>Expand description
Parses an MSVC-compatible Windows command line into arguments.
This follows the convention used for process arguments by MSVC and Rust’s
std::process; it does not implement CommandLineToArgvW’s special
treatment of the executable name.