eliihen / wsta

A CLI development tool for WebSocket APIs
GNU General Public License v3.0
631 stars 19 forks source link

Connected To / Disconnected Info suppression #14

Open johnjelinek opened 8 years ago

johnjelinek commented 8 years ago

Can I suppress the Connected to wss://... / Disconnected messages?

eliihen commented 8 years ago

As of right now, not directly. But it is written to stderr, so it will not go into your pipes unless you redirect stderr to stdout.

One way to supress it would be to write stderr to /dev/null

wsta wss://foo.bar 2> /dev/null