Open
Description
How to automate the operation when using shellstream (get the complete command output and confirm that the command operation is complete, you can proceed to the next step).
Previously, it was processed by time waiting, but it is impossible to determine the completion of the command that needs to be executed for a long time.
Later, I used the mark to identify the completion of the command execution, but there were still bugs