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
I'm trying to debug an issue we're having getting a custom CLI to work in Windows.
When I run a prompt that uses hidden-input, I get this error:
"Reads from stdin without leaking info to the terminal has stopped working".
Hard to imagine that this problem is caused by hidden-input: I imagine it's more likely related to our implementation, but I was curious if you or anyone else had any insight on what might be causing the issue.
The text was updated successfully, but these errors were encountered:
Sorry just saw this now.. I haven't had issues with it myself, but I'm not sure how you're using it. One way to use it easily in PHP is via https://github.com/Seldaek/cli-prompt - but I'm not sure if you even use PHP. Would need more details to be able to help :)
I'm trying to debug an issue we're having getting a custom CLI to work in Windows.
When I run a prompt that uses hidden-input, I get this error:
"Reads from stdin without leaking info to the terminal has stopped working".
Hard to imagine that this problem is caused by hidden-input: I imagine it's more likely related to our implementation, but I was curious if you or anyone else had any insight on what might be causing the issue.
The text was updated successfully, but these errors were encountered: