Skip to main content

spawn

Function spawn 

Source
pub fn spawn(cmd: &str) -> ChildProcess
Expand description

Spawns a new child process running cmd with no arguments, returning a handle to the resulting ChildProcess.