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
I was wondering if there are any examples of using this where the process invoked returns back prompts for further input.
e.g
tool -do this
It then returns a Y/N prompt for input but I am having no luck then being able to send to that. Any idea how I can keep that same sub-process and push further commands?
I was wondering if there are any examples of using this where the process invoked returns back prompts for further input.
e.g
It then returns a Y/N prompt for input but I am having no luck then being able to send to that. Any idea how I can keep that same sub-process and push further commands?
Thanks