Function run_parser_binary

Source
pub fn run_parser_binary(
    project_path: &PathBuf,
    process_child_ids: Arc<Mutex<Vec<u64>>>,
    should_run_designer: bool,
) -> Output
Expand description

Executes a shell command to run the feature-flagged parser at the specified path Returns an output object containing bytestreams of stdout/stderr as well as an exit code