Closed PalumboN closed 9 months ago
More info about this: Now the terminal shows the output of the pharo image, even after returning the prompt to the user (you can use the console). Here is a screenshot:
This is a bit strange for me, I was not expecting that behavior. I think that the best is either to attach the terminal to Pharo (not returning the control to the user) or just launch the image and disconnect the terminal from it.
Pharo Launcher CLI now launches images in attached mode: it means the command will ony return when image quit. You will stil get stdout and stderr printed to the terminal. In addtion, a CTRL+C will stop/abort the image.
It looks like there is no easy way to run a process detached and attach to it afterwards. Would the current (new) behavior be ok for you?
Would the current (new) behavior be ok for you?
Yes @demarey ! Thank you!!
Anyway maybe would be nice to not lose the current behavior for those who want to launch the image and close de terminal... I don't know (?
🚀 👨💻 🧮
Would be nice to list all the processes running a Pharo image and be able to attach the terminal to one process.
We can also have a shortcut with this behavior automatically when an image is launched.