Skip to content

Commit 2ef0dcd

Browse files
committed
Add usage
1 parent 9bb703b commit 2ef0dcd

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# WebSocket command line client
2+
3+
> Simple WebSocket client for testing purposes
4+
5+
## Usage
6+
7+
```
8+
Usage:
9+
ws [OPTIONS] URL
10+
11+
Application Options:
12+
-H, --header= Custom HTTP header. You can specify as many as needed by repeating the flag.
13+
-v, --version Print the version information and exit
14+
15+
Help Options:
16+
-h, --help Show this help message
17+
```
18+
19+
## License
20+
21+
MIT © [Alexander Nelzin](http://nelzin.ru)

0 commit comments

Comments
 (0)