Skip to main content

start_background_process

Function start_background_process 

Source
pub async fn start_background_process(
    command: &str,
    cwd: Option<&str>,
    env_vars: Option<HashMap<String, String>>,
) -> Result<String>