summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-23 10:20:44 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-23 10:20:44 +0200
commitf2838fb4dbd259fb4188800037ea0eef2d6896b9 (patch)
tree40e6de3f0927cd30010401c6606e98b67fc724ea /conf.d
parent0012c3c7b256df7db834080740d8fc124c9dba22 (diff)
Disable completion for now, because it's not working with options (eg. --label) and prevents to complete local path IOW current function only completes command and sub-commands that may be usefull but less important than completing a path. Change-Id: Ib5fe4f8492367d383bbe92351ec8c69a65b4ea4c Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/etc/bash_completion.d/xds-cli5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/etc/bash_completion.d/xds-cli b/conf.d/etc/bash_completion.d/xds-cli
index b3618a6..bca4251 100644
--- a/conf.d/etc/bash_completion.d/xds-cli
+++ b/conf.d/etc/bash_completion.d/xds-cli
@@ -9,4 +9,7 @@ _cli_bash_autocomplete() {
return 0
}
-complete -F _cli_bash_autocomplete xds-cli
+# FIXME: Disable completion for now, because it's not working with options
+# (eg. --label) and prevents to complete local path
+# (IOW current function only completes command and sub-commands)
+# complete -F _cli_bash_autocomplete xds-cli