parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Forwarding User Interaction and Feedback in CLI app

Open jenky opened this issue 6 months ago • 1 comments

Hi there! It's not an issue but rather a question.

I'm working on a CLI app that runs several tasks, and a few of them require user interaction (using Symfony IO or Laravel Prompt) during execution. How can I forward the input from the child process to the main stdout and receive feedback in the child processes? Thanks

jenky avatar Jan 19 '24 15:01 jenky