How to enable inherit stdio? #426
Unanswered
PeterlitsZo
asked this question in
Help needed
Replies: 1 comment
-
Probably mysq looks for TTY on stdout, not stdin. By default zx uses await $`mysql ...`.stdio('inherit', 'inherit', 'inherit') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to open a MySQL client. But its behavior is strange.
Here is my zx script:
And here is my nodejs script, its behavior is normal:
Strange behavior means it does not show the MySQL prefix if we want to enter a command.
Beta Was this translation helpful? Give feedback.
All reactions