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

Fully support piped inputs in parallel with interactive inputs. #198

Open
5 of 14 tasks
mikaelmello opened this issue Dec 25, 2023 · 0 comments
Open
5 of 14 tasks

Fully support piped inputs in parallel with interactive inputs. #198

mikaelmello opened this issue Dec 25, 2023 · 0 comments

Comments

@mikaelmello
Copy link
Owner

mikaelmello commented Dec 25, 2023

Is your feature request related to a problem? Please describe.
From #192:

When trying to read from a process that has input piped into its stdin, inquire returns an error, saying stdin is not a TTY. In those cases, we should be reading directly from the tty device.

Depending on the terminal crate used and the OS, this is already supported or not possible at the moment. This is a parent issue to track progress overall.

Describe the solution you'd like

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

1 participant