mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
10 lines
460 B
Text
10 lines
460 B
Text
#compdef xcode-select
|
|
|
|
# No -s, no -o+ form options
|
|
_arguments : \
|
|
'(-)'{-h,--help}'[display help information]' \
|
|
'(-)'{-v,--version}'[display version information]' \
|
|
'(-)--install[install command-line developer tools]' \
|
|
'(-)'{-p,--print-path}'[display path of active developer directory]' \
|
|
'(-)'{-r,--reset}'[reset to default developer directory]' \
|
|
'(-)'{-s,--switch}'[specify path of active developer directory]:developer directory:_files -/'
|