1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00
zsh/Completion/Darwin/Command/_xcode-select
dana 43247252dd 43897: Add/update various completion functions
* Update tail to support -q/-v on NetBSD
* Add several new functions (with one change needed to _hosts compdefs)
2018-12-17 14:49:33 -06:00

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 -/'