diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2009-01-24 13:59:21 +0000 |
| commit | f99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch) | |
| tree | de82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_putclip | |
| parent | 26407: patch to handle aptitude build-dep, from Sven Joachim. (diff) | |
| download | zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.bz2 zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.lz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.zst zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip | |
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_putclip')
| -rw-r--r-- | Completion/Cygwin/Command/_putclip | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Completion/Cygwin/Command/_putclip b/Completion/Cygwin/Command/_putclip index 484d054ee..bc7bd3bbe 100644 --- a/Completion/Cygwin/Command/_putclip +++ b/Completion/Cygwin/Command/_putclip @@ -1,10 +1,12 @@ #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]' \ +# cygutils 1.3.2 + +_arguments -s -S \ + '(--dos -d --unix -u --no-conv -n)'{-d,--dos}'[clipboard text will have DOS line endings]' \ + '(--dos -d --unix -u --no-conv -n)'{-u,--unix}'[clipboard text will have UNIX line endings]' \ + '(--dos -d --unix -u --no-conv -n)'{-n,--no-conv}'[do not translate line endings]' \ + '(-)'{-\?,--help}'[display help information]' \ '(-)--usage[display brief usage message]' \ '(-)--version[display version information]' \ '(-)--license[display licensing information]' |
