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
So I wanna know if it possible to working with stdin, I mean like get input from it or something like that, maybe like using function like fgets(STDIN) in PHP with this. Is it possible or not?
Thanks in advanced and sorry for my bad english))
The text was updated successfully, but these errors were encountered:
I'm afraid that Uniter does not yet support accessing stdin as a stream - I'll leave this issue open until it is supported properly.
It would be possible to work around the issue in the meantime by defining a custom function, let me know if that would work for you in this instance and I'll put together an example.
Hi, thank you so much for this awesome project!
So I wanna know if it possible to working with stdin, I mean like get input from it or something like that, maybe like using function like
fgets(STDIN)
in PHP with this. Is it possible or not?Thanks in advanced and sorry for my bad english))
The text was updated successfully, but these errors were encountered: