about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_getclip
blob: c27e2dfddbc54b1d1413ed0c9ff25dea59e67643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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]'