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
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
inquire should not crash when called with piped input
Is your feature request related to a problem? Please describe.
From #192:
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
The text was updated successfully, but these errors were encountered: