Fix zsh completion file extension (#4122)

This commit is contained in:
seregaxvm 2019-11-05 18:30:01 +03:00 committed by Adrián Chaves
parent f02c3d1dcf
commit 698aa704b9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ _scrapy() {
'-c[evaluate the code in the shell, print the result and exit]:code:(CODE)'
'--no-redirect[do not handle HTTP 3xx status codes and print response as-is]'
'--spider[use this spider]:spider:_scrapy_spiders'
'::file:_files -g \*.http'
'::file:_files -g \*.html'
'::URL:_httpie_urls'
)
_scrapy_glb_opts $options