Skip to main content

split_arguments

Function split_arguments 

Source
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.