testcli
testcli copied to clipboard
Usage Query
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?
Thanks