You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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 inzt-exec
one needs to use/dev/tty
redirects in the command which isn't portable.The text was updated successfully, but these errors were encountered: