If an invalid command is specified that returns stderr (not stdout) in the response, it is printed to the screen and breaks rendering.
I think probably it would be most appropriate to terminate program if the response is a fail/error exit, but maybe I can redirect the output a better way instead.
If an invalid command is specified that returns
stderr(not stdout) in the response, it is printed to the screen and breaks rendering.I think probably it would be most appropriate to terminate program if the response is a fail/error exit, but maybe I can redirect the output a better way instead.