wsc
wsc copied to clipboard
Add flag to suppress superfluous output to allow piping to jq
I don't know golang well so but this change allows me to do wsc ... -q | jq .
to pipe the output of my JSON websocket stream to jq and get it pretty printed on the command line which can be useful for debugging purposes.