1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-10 04:21:37 +02:00
zsh/Completion/Unix/Command/_curl
2021-09-06 12:20:27 -07:00

7 lines
240 B
Text

#compdef curl
# As of 7.43.0, curl upstream provides its own _curl definition. This
# definition is provided as a fallback, and should be installed later
# in $fpath than the curl-provided definition of _curl.
_gnu_generic || _urls "$@"