pub fn parse_command_line( command: &str, ) -> Result<(String, Vec<String>), CommandParseError>
Parse a configured command into an executable and argv without invoking a shell. This is shared by native and ACP adapters.