From 3f52f95978987d51b4f8f548c7cccc5cae7d64f5 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 28 Aug 2003 10:36:00 +0000 Subject: merge completion function changes back from 4.1 --- Completion/Cygwin/Command/_getclip | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Cygwin/Command/_getclip (limited to 'Completion/Cygwin/Command/_getclip') diff --git a/Completion/Cygwin/Command/_getclip b/Completion/Cygwin/Command/_getclip new file mode 100644 index 000000000..c27e2dfdd --- /dev/null +++ b/Completion/Cygwin/Command/_getclip @@ -0,0 +1,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]' -- cgit 1.4.1