We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb703b commit 2ef0dcdCopy full SHA for 2ef0dcd
1 file changed
readme.md
@@ -1 +1,21 @@
1
# 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