From f99436b3a98dfbb86b3dd547d5c58a412b967bd7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 24 Jan 2009 13:59:21 +0000 Subject: 26411: update Cygwin completion functions --- Completion/Cygwin/Command/_readshortcut | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Completion/Cygwin/Command/_readshortcut (limited to 'Completion/Cygwin/Command/_readshortcut') diff --git a/Completion/Cygwin/Command/_readshortcut b/Completion/Cygwin/Command/_readshortcut new file mode 100644 index 000000000..5611d5676 --- /dev/null +++ b/Completion/Cygwin/Command/_readshortcut @@ -0,0 +1,21 @@ +#compdef readshortcut readshortcut.exe + +# cygutils 1.3.2 + +_arguments -s -S \ + '(--fields -f)'{-f,--fields}'[show field names]' \ + '(--unix -u --windows -w)'{-u,--unix}'[use Unix path format for display (default)]' \ + '(--unix -u --windows -w)'{-w,--windows}'[use Windows path format for display ]' \ + '(--target -t)'{-t,--target}'[display shortcut target]' \ + '(--working -g)'{-g,--working}'[display shortcut working directory]' \ + '(--args -r)'{-r,--args}'[display shortcut arguments]' \ + '(--showcmd -s)'{-s,--showcmd}'[display shortcut "show" command value]' \ + '(--icon -i)'{-i,--icon}'[display icon library location]' \ + '(--offset -j)'{-j,--offset}'[display icon library offset]' \ + '(--desc -d)'{-d,--desc}'[display shortcut description]' \ + '(--all -a)'{-a,--all}'[display all information]' \ + '(- 1)'{-h,--help}'[display help information]' \ + '(- 1)--usage[display brief usage message]' \ + '(- 1)'{-v,--version}'[display version information]' \ + '(- 1)--license[display licensing information]' \ + '1:shortcut:_files -g "*.lnk(-.)"' -- cgit 1.4.1