blob: abe92c81d07f26f49a5d828458344368e8eef06f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
********************** HELP ******************************
TO EXIT :
Ctrl-A \ followed by y ( on linux )
Ctrl-A Ctrl-\ followed by y ( on mac osx )
TO MOVE BETWEEN PANES . Ctrl-A TAB
**********************************************************
PUBLISH
Usage: publish [options] arg
Options:
-h, --help show this help message and exit
-c CHANNEL, --channel=CHANNEL
Channel on which to publish
Examples:
(1) publish -c hello_world hi how r u
(2) pub -c hello_world [1,2]
SUBSCRIBE
Usage: subscribe [options] arg
Options:
-h, --help show this help message and exit
-c CHANNEL, --channel=CHANNEL
Channel for subscribe
Examples:
(1) subscribe -c hello_world
(2) sub -c hello_world
|