zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zsh-workers <zsh-workers@sunsite.dk>
Subject: Re: gnu cut completion as wrong as it can be, patch
Date: Sun, 3 Feb 2008 08:22:35 +0100 (CET)	[thread overview]
Message-ID: <alpine.LNX.1.00.0802030821300.29268@localhost> (raw)
In-Reply-To: <237967ef0802022248k459943dboaaacb3163dc77ed1@mail.gmail.com>

On Sun, 3 Feb 2008, Mikael Magnusson wrote:

> Add + qualifiers to short options that take arguments. Add said
> arguments too. Remove a = from an option that does not take an
> argument. Complete files (hello?).

Without linewrapping the patch...

diff --git a/Completion/Unix/Command/_cut b/Completion/Unix/Command/_cut
index 7d7526d..b17cf7c 100644
--- a/Completion/Unix/Command/_cut
+++ b/Completion/Unix/Command/_cut
@@ -35,16 +35,17 @@ if _pick_variant gnu="Free Soft" unix --version; then
    esac

    _arguments \
-        '(--bytes -b)'{--bytes=,-b}'['$_cut_args[bytes]']' \
-        '(--characters -c)'{--characters=,-c}'['$_cut_args[characters]']' \
-        '(--delimiter -d)'{--delimiter=,-d}'['$_cut_args[delimiter]']' \
-        '(--fields -f)'{--fields=,-f}'['$_cut_args[fields]']' \
+        '(--bytes -b+)'{--bytes=,-b}'['$_cut_args[bytes]']:list' \
+        '(--characters -c+)'{--characters=,-c}'['$_cut_args[characters]']:list' \
+        '(--delimiter -d+)'{--delimiter=,-d}'['$_cut_args[delimiter]']:delimeter' \
+        '(--fields -f+)'{--fields=,-f}'['$_cut_args[fields]']:list' \
          '-n['$_cut_args[n]']' \
          '--complement['$_cut_args[complement]']' \
-        '(--only-delimited -s)'{--only-delimited=,-s}'['$_cut_args[only-delimited]']' \
-        '--output-delimiter['$_cut_args[output-delimiter]']' \
+        '(--only-delimited -s)'{--only-delimited,-s}'['$_cut_args[only-delimited]']' \
+        '--output-delimiter=['$_cut_args[output-delimiter]']:delimeter' \
          '--help['$_cut_args[help]']' \
-        '--version['$_cut_args[version]']'
+        '--version['$_cut_args[version]']' \
+        '*:file:_files'
  else
    _arguments \
      '-b[list specifies byte positions]:list:' \

--
Mikael Magnusson


  reply	other threads:[~2008-02-03  7:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-03  6:48 Mikael Magnusson
2008-02-03  7:22 ` Mikael Magnusson [this message]
2008-02-03 18:07   ` Clint Adams
2008-02-04  0:53     ` Mikael Magnusson
2008-02-06  1:23       ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.1.00.0802030821300.29268@localhost \
    --to=mikachu@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).