1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-22 04:31:14 +02:00
zsh/Completion/Cygwin/Command/_getclip

10 lines
406 B
Text

#compdef getclip getclip.exe
#Generated by Felix Rosencrantz
_arguments \
'(--dos -d)'{-d,--dos}'[output text will have DOS line endings]' \
'(--unix -u)'{-u,--unix}'[output text will have UNIX line endings]' \
'(-)'{-\?,--help}'[show this help message]' \
'(-)--usage[display brief usage message]' \
'(-)--version[display version information]' \
'(-)--license[display licensing information]'