remove autocomplete dumb stuff.
This commit is contained in:
parent
c5ed85c8e9
commit
bd0c48f427
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user