diff --git a/src/Command/AutocompleteCommand.php b/src/Command/AutocompleteCommand.php index 6e478e660..56d50cf49 100644 --- a/src/Command/AutocompleteCommand.php +++ b/src/Command/AutocompleteCommand.php @@ -140,6 +140,7 @@ private function zsh(): string hosts) hosts=("${(@f)$(${words[1]} autocomplete --query)}") _describe 'hosts' hosts + ;; *) # fallback to file completion _arguments '*:file:_files'