pub fn run_pty_interactive_with_env(
program: &Path,
args: &[&str],
cwd: &Path,
home: &Path,
input: &str,
env: &[(&str, &str)],
) -> CmdOutputExpand description
Runs a command in a PTY with ITO_INTERACTIVE=1 and extra environment variables.