run_pty_interactive_with_env

Function run_pty_interactive_with_env 

Source
pub fn run_pty_interactive_with_env(
    program: &Path,
    args: &[&str],
    cwd: &Path,
    home: &Path,
    input: &str,
    env: &[(&str, &str)],
) -> CmdOutput
Expand description

Runs a command in a PTY with ITO_INTERACTIVE=1 and extra environment variables.