mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
11 lines
413 B
Plaintext
11 lines
413 B
Plaintext
#compdef putclip putclip.exe
|
|
#Generated by Felix Rosencrantz
|
|
|
|
_arguments \
|
|
'(--dos -d)'{-d,--dos}'[clipboard text will have DOS line endings]' \
|
|
'(--unix -u)'{-u,--unix}'[clipboard text will have UNIX line endings]' \
|
|
'(-)'{'-?',--help}'[show this help message]' \
|
|
'(-)--usage[display brief usage message]' \
|
|
'(-)--version[display version information]' \
|
|
'(-)--license[display licensing information]'
|