1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-08 19:36:57 +01:00
zsh/Completion/Cygwin/Command/_putclip
2003-04-07 11:23:14 +00:00

12 lines
459 B
Text

#compdef putclip putclip.exe
#Generated by Felix Rosencrantz
local context state line
typeset -A opt_args
_arguments \
'(--dos -d)'{-d,--dos}'[Clipboard text will have DOS line endings.]' \
'(--unix -u)'{-u,--unix}'[Clipboard text will have UNIX line endings.]' \
'(--help -?)'{'-?',--help}'[Show this help message]' \
'--usage[Display brief usage message]' \
'--version[Display version information]' \
'--license[Display licensing information]'