blob: 484d054ee460ad0d3c8b6cd35446304c0047e4d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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]'
|