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

How to close stdin without triggering waiting for the command to exit? #5

Open
vassudanagunta opened this issue Aug 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@vassudanagunta
Copy link

Looking at the source, the only way to close stdin is to call waitForFinish. This prevents testing of commands that read initial input from stdin but still continue to operate, e.g. waiting for additional, interactive user input.

@vassudanagunta vassudanagunta added the bug Something isn't working label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant