Open aztack opened 1 year ago
I'm currently creating an app which is just a GUI frontend of a cli exe. So I need to exec that cli executable and keep read it's stdout and write it to a . Is that possible in Niva with Niva.api.process.exec? Could you kindly give me an example code or show me the right way to do that?
exec
Niva.api.process.exec
Yes, streaming stdin or stdout will be supported in v1.0.0.
stdin
stdout
I'm currently creating an app which is just a GUI frontend of a cli exe. So I need to
exec
that cli executable and keep read it's stdout and write it to a