mirror of https://github.com/scrapy/scrapy.git
Fix zsh completion file extension (#4122)
This commit is contained in:
parent
f02c3d1dcf
commit
698aa704b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue