aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-17 16:21:51 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2013-05-17 16:21:51 -0300
commit9cba2df5e74000cdaeb76dfec0c9384677a44d2d (patch)
tree7f1f99bdbdcc18f4de9833c30a4eb2a517595feb /README
parent59f5c25b8fc5891f5584626276f190df2bd026fc (diff)
Add bash completion
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 00755cf..44584f8 100644
--- a/README
+++ b/README
@@ -14,6 +14,19 @@ Installation
See INSTALL
+Bash completion
+===============
+
+Once lava-tool is installed, you can turn bash completion on for the `lava` and
+`lava-tool` programs with the following commands (which you can also paste in
+your ~/.bashrc):
+
+ eval "$(register-python-argcomplete lava)"
+ eval "$(register-python-argcomplete lava-tool)"
+
+Then if you type for example "lava-tool su<TAB>", it will complete that "su"
+with "submit-job" for you.
+
Reporting Bugs
==============