summaryrefslogtreecommitdiffstats
path: root/completion/lmi-bash-completion/commands/_help
diff options
context:
space:
mode:
Diffstat (limited to 'completion/lmi-bash-completion/commands/_help')
-rwxr-xr-xcompletion/lmi-bash-completion/commands/_help9
1 files changed, 0 insertions, 9 deletions
diff --git a/completion/lmi-bash-completion/commands/_help b/completion/lmi-bash-completion/commands/_help
deleted file mode 100755
index ae3ed8b..0000000
--- a/completion/lmi-bash-completion/commands/_help
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-if (( $# > 1 )); then
- exit
-fi
-helpers_path=lmi-bash-completion
-if ! [[ -e $helpers_path ]]; then
- helpers_path="/usr/libexec/$helpers_path"
-fi
-compgen "-W $($helpers_path/print_possible_commands.sh)" -- "$1"