aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/console-help.txt
blob: 55debd2b079c70bdf9701942b02f03933862483b (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
********************** HELP ******************************

TO EXIT  .   Ctrl-A \  followed by y
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