From d703c34d918a75a4d5a984143c8fbd5049931b1a Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 29 Apr 2014 03:11:45 +0530 Subject: adding start console script and helper files --- python/examples/console-help.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 python/examples/console-help.txt (limited to 'python/examples/console-help.txt') diff --git a/python/examples/console-help.txt b/python/examples/console-help.txt new file mode 100644 index 0000000..55debd2 --- /dev/null +++ b/python/examples/console-help.txt @@ -0,0 +1,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 \ No newline at end of file -- cgit v1.2.3 From 2c4281c1ac254bd3915b44820f7d39c0ab0b1721 Mon Sep 17 00:00:00 2001 From: Devendra Date: Sun, 4 May 2014 23:25:22 +0530 Subject: adding help message --- python/examples/console-help.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python/examples/console-help.txt') diff --git a/python/examples/console-help.txt b/python/examples/console-help.txt index 55debd2..abe92c8 100644 --- a/python/examples/console-help.txt +++ b/python/examples/console-help.txt @@ -1,6 +1,9 @@ ********************** HELP ****************************** -TO EXIT . Ctrl-A \ followed by y +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 ********************************************************** -- cgit v1.2.3