File: _curl

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; sed: 16
file content (7 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#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 "$@"