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
Hello,
I didn't find a way to read from console (stdin of the current process) using os-lib.
I expected to find such a feature in a lib designed to handle OS interfacing (something like os.read.lines.stream(os.Stdin)).
In the Scala API doc, I only found how to manage standard input of subprocesses, not how to access the standard input of the current process and read from it.
Can you help me? Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I didn't find a way to read from console (stdin of the current process) using os-lib.
I expected to find such a feature in a lib designed to handle OS interfacing (something like
os.read.lines.stream(os.Stdin)
).In the Scala API doc, I only found how to manage standard input of subprocesses, not how to access the standard input of the current process and read from it.
Can you help me? Thanks!
The text was updated successfully, but these errors were encountered: