Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for inheritIO semantics #63

Open
bobtiernay-okta opened this issue Oct 16, 2018 · 2 comments
Open

Add support for inheritIO semantics #63

bobtiernay-okta opened this issue Oct 16, 2018 · 2 comments

Comments

@bobtiernay-okta
Copy link

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.

@bobtiernay-okta
Copy link
Author

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

@nemecec
Copy link
Collaborator

nemecec commented Feb 22, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants