Skip to main content

parse_command_line

Function parse_command_line 

Source
pub fn parse_command_line(
    command: &str,
) -> Result<(String, Vec<String>), CommandParseError>
Expand description

Parse a configured command into an executable and argv without invoking a shell. This is shared by native and ACP adapters.