Qtip command completion. 85/29485/5
authorTaseer Ahmed <taseer94@gmail.com>
Tue, 28 Feb 2017 14:15:59 +0000 (19:15 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Wed, 1 Mar 2017 07:34:11 +0000 (12:34 +0500)
Change-Id: I164150acd05eacf5ccdb182280b747495d34347d
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
DEVELOP.md

index 893efca..bdb8aa6 100644 (file)
@@ -94,7 +94,23 @@ TBD
 
 ### CLI
 
-TBD
+Click currently supports Bash completion. The prerequisite for this is that the program
+needs to be installed correctly. To install Qtip, execute the following command in root
+folder of Qtip:
+
+```
+cd <project root>
+pip install -e .
+```
+
+Once the installation has been completed successfully, the following needs to be added to
+the `.bashrc` file:
+
+```
+eval "$(_QTIP_COMPLETE=source qtip)"
+```
+
+The above would activate command completion for Qtip.
 
 ### API