pub fn spawn_interactive(bin: &str, args: &[OsString]) -> Result<ExitStatus>Expand description
Spawn a command attached to the current terminal.
pub fn spawn_interactive(bin: &str, args: &[OsString]) -> Result<ExitStatus>Spawn a command attached to the current terminal.