eliihen / wsta

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

Argument conflict between -p (profile) and -p (ping) #11

Closed eliihen closed 8 years ago

eliihen commented 8 years ago

Today -p PING is ignored, and -p PROFILE is used instead. Workaround is to use --ping PING

Need to release 0.4.1 and rename -p PROFILE to -P PROFILE (as -p PING has been around for longer)