pub fn launch(command: Command) -> CobbleResult<i32>Expand description
Launches the game command, forks the process and returns the PID of the game process.
pub fn launch(command: Command) -> CobbleResult<i32>Launches the game command, forks the process and returns the PID of the game process.