aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOP.md
diff options
context:
space:
mode:
authorTaseer Ahmed <taseer94@gmail.com>2017-02-28 19:15:59 +0500
committerTaseer Ahmed <taseer94@gmail.com>2017-03-01 12:34:11 +0500
commitb9cd2373ea154f246e4b2734fa943594a65c1ece (patch)
tree50f5dd337134a8f435fdef8f1f33ec348ef3f149 /DEVELOP.md
parentd0441a8775473a942c0c6077b3a4e5ca35adeb2b (diff)
Qtip command completion.
Change-Id: I164150acd05eacf5ccdb182280b747495d34347d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'DEVELOP.md')
-rw-r--r--DEVELOP.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/DEVELOP.md b/DEVELOP.md
index 893efca4..bdb8aa66 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -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