pub async fn spawn_complex_process(
command: Command,
independent_process_group: bool,
capture_output: bool,
) -> Result<SupervisedChild, ErrorArrayItem>pub async fn spawn_complex_process(
command: Command,
independent_process_group: bool,
capture_output: bool,
) -> Result<SupervisedChild, ErrorArrayItem>