more ws doc

This commit is contained in:
Benjamin Sergeant 2019-02-28 22:07:45 -08:00
parent 3a1352c8ec
commit 0f4e9af172

View File

@ -2,6 +2,26 @@
ws is a command line tool that should exercise most of the IXWebSocket code, and provide example code.
```
$ ws --help
ws is a websocket tool
Usage: ws [OPTIONS] SUBCOMMAND
Options:
-h,--help Print this help message and exit
Subcommands:
send Send a file
receive Receive a file
transfer Broadcasting server
connect Connect to a remote server
chat Group chat
echo_server Echo server
broadcast_server Broadcasting server
ping Ping pong
curl HTTP Client
```
## file transfer
```