add documents
authorOrakaro <nhatminh_179@hotmail.com>
Sun, 13 Jul 2014 04:08:57 +0000 (13:08 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sun, 13 Jul 2014 04:08:57 +0000 (13:08 +0900)
docs/index.rst
rainbowstream/rainbow.py

index 87131f9a843131b2df0d294bf24fa704d4bcf367..08a98d4064d89225fc303252c419faf25a8b7e46 100644 (file)
@@ -159,6 +159,34 @@ Here is full list of supported command:
 \r
 -  ``report @dtvd88`` will report @dtvd88 as a spam account.\r
 \r
+**Twitter list**\r
+\r
+-  ``list`` will show all lists you are belong to.\r
+\r
+-  ``list home`` will show timeline of list. You will be asked for list's name.\r
+\r
+-  ``list all_mem`` will show list's all members.\r
+\r
+-  ``list all_sub`` will show list's all subscribers.\r
+\r
+-  ``list add`` will add specific person to a list owned by you.\r
+    You will be asked for list's name and person's name.\r
+\r
+-  ``list rm`` will remove specific person from a list owned by you.\r
+    You will be asked for list's name and person's name.\r
+\r
+-  ``list sub`` will subscribe you to a specific list.\r
+\r
+-  ``list unsub`` will unsubscribe you from a specific list.\r
+\r
+-  ``list own`` will show all list owned by you.\r
+\r
+-  ``list new`` will create a new list.\r
+\r
+-  ``list update`` will update a list owned by you.\r
+\r
+-  ``list del`` will delete a list owned by you.\r
+\r
 **Switching Stream Commands**\r
 \r
 -  ``switch public #AKB48`` will switch current stream to public stream\r
index 3c401621c4f0ad1c60ad559971f207507d0698a3..dfd60da9638203a3040f50ee4dd2569f9d4734cf 100644 (file)
@@ -1317,7 +1317,7 @@ def help_list():
     usage += s * 2 + light_green('list') + \
         ' will show all lists you are belong to.\n'
     usage += s * 2 + light_green('list home') + \
-        ' will show timeline of list. You will be asked for list\'s name\n'
+        ' will show timeline of list. You will be asked for list\'s name.\n'
     usage += s * 2 + light_green('list all_mem') + \
         ' will show list\'s all members.\n'
     usage += s * 2 + light_green('list all_sub') + \