From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8849 invoked by alias); 28 Aug 2010 07:54:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28211 Received: (qmail 5568 invoked from network); 28 Aug 2010 07:54:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=VzQcmfaWAyRK0UwIrpieyZHw/K6mvNoG1Iscpwl5XjQ=; b=mO8/ygUCOyDSJXDPMjPY04+D4xY1fj2J2PJubHsmlteHTZaa+PjmSsw/XqDFcoWpCR xXkZ21/H8q7VdhNlxMb2mh8py52mQmqli44X0JD+hYXf5NnBEr11q2OphqiYz0jykyHQ 9ucpB2/5KzK50QQmqPNhySJepV+n15QkuNwrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=oqR269DWjMz/ePLeuRUw2K0nc5/bprbDtUsFBH7Fp2goBS7cFXiiiSWvqKjBzf3IZd ezpp0ZYix8UTCsTM4DGSNJ7GCcKixFwS1IrLLcSJ74T+qauzix7wrW/EZIEy49hrSDIh cruzS9Cv189WgMC5ipVS3sMdqnXEL4d5IxA6o= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: <20100828005150.GB29397@pug.qqx.org> References: <1282393263-16767-1-git-send-email-aaron@schrab.com> <20100827002003.GA8399@pug.qqx.org> <20100827231832.GA29397@pug.qqx.org> <20100828005150.GB29397@pug.qqx.org> Date: Sat, 28 Aug 2010 09:54:35 +0200 X-Google-Sender-Auth: Nin154QOJMnc7VeZKZtDdYj6qOs Message-ID: Subject: Re: _git: Add completion for help subcommand From: Nikolai Weibull To: Aaron Schrab Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On Sat, Aug 28, 2010 at 02:51, Aaron Schrab wrote: > At 01:43 +0200 28 Aug 2010, Nikolai Weibull wrote: >> >> A final nit-pick: Why put --all in a separate group? > > Because it supersedes any other option. All you need to do is put (- :) before --all instead and all options and arguments are excluded.