aCLI
aCLI copied to clipboard
Streamed / chunked response
Hello Ami,
Firstly, thank you for this library! Great work!
I have a websocket API. When I issue a 'command' to the socket, the response is a stream of discrete updates. I can use the setProgress function to set progress, but I would also like to output some partial results to the console as they are being streamed in. Is there a way of doing this please?
many thanks, Fuzz