zeroturnaround / zt-exec

ZeroTurnaround Process Executor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for inheritIO semantics

bobtiernay-okta opened this issue · comments

This is very useful when needing a tty present. A good example is trying to execute a remote command that requires input via a Java based CLI. Since Java 7 this has been supported by ProcessBuilder and is portable. To emulate this behavior in zt-exec one needs to use /dev/tty redirects in the command which isn't portable.

Following up. Any chance this may be supported one day? Open to a PR?

A pull request would be much appreciated!
(Sorry for the long delay, I'm taking over maintenance of this project so communication should be faster from now on)