remove autocomplete dumb stuff.
This commit is contained in:
@@ -8,7 +8,7 @@ _dropshell_completions() {
|
|||||||
root="${COMP_WORDS[1]}"
|
root="${COMP_WORDS[1]}"
|
||||||
|
|
||||||
# List of main commands
|
# List of main commands
|
||||||
opts="help version servers templates autocomplete_list_servers autocomplete_list_services autocomplete_list_commands install backup"
|
opts="help version servers templates install backup"
|
||||||
|
|
||||||
# add all commands to opts
|
# add all commands to opts
|
||||||
local commands=($(dropshell autocomplete_list_commands))
|
local commands=($(dropshell autocomplete_list_commands))
|
||||||
|
Reference in New Issue
Block a user