package
0.0.0-20241022045459-1018f4b81f87
Repository: https://github.com/merith-tk/utils.git
Documentation: pkg.go.dev
# README
The usage of the wscli
command is as follows:
wscli [ws://][wss://][username:password@]remote:port
The wscli
command supports both ws://
and wss://
protocols. The username
and password
parameters are optional and can be included if required for authentication.
Example usage:
wscli ws://remote:port
wscli wss://remote:port
wscli username:password@remote:port