wsc icon indicating copy to clipboard operation
wsc copied to clipboard

Add flag to suppress superfluous output to allow piping to jq

Open smn opened this issue 7 years ago • 0 comments

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.

smn avatar Oct 26 '17 20:10 smn