Merge pull request #1130 from oleorhagen/zshfiles

fix(zsh_autocomplete): List files on tab with no completion options
This commit is contained in:
lynn (they) 2020-05-04 14:54:48 -07:00 committed by GitHub
commit 61026898ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ _cli_zsh_autocomplete() {
if [[ "${opts[1]}" != "" ]]; then
_describe 'values' opts
else
_files
fi
return