Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _git: Add completion for help subcommand
- X-seq: zsh-workers 28214
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Nikolai Weibull <now@xxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: _git: Add completion for help subcommand
- Date: Sat, 28 Aug 2010 16:24:35 +0200
- 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:content-type:content-transfer-encoding; bh=fYU5hcKgoz8+kCQmq9SFrNnRmdL5iNj8UtfJGgoMdRQ=; b=yDM9ATsXfmpLO60iC9b6xOunpbrbgP+jsUmEkiwou1NmI12qkyKoVxJ0MhM/r4m1w3 tiUVNVgDvC3OoLyMwpBcFBkIAmzfXyWSsYbLJDNldZK1YRy5bYkKcFGTo24502dy3G5Y jHcLps5xaA/XLE1BAGkj4Xe4a8YPv0USxTRGM=
- 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:content-type :content-transfer-encoding; b=GngUqh5ZVdJyQkSroxEmhSwxeD+OMpPRcBZ7jlcCXY50ZcZeYe6iKbMqr0rQOWK65j EMqsAYnOznROpX9M7RVYahax72XN7ULwG3O/khRgiesUnGfo6AZsraw4efOAEMG5XS8o r3PFABgG3GdHIiMZJR5QWavHKTKZZrXvhtbqw=
- In-reply-to: <20100828141637.GD29397@xxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1282393263-16767-1-git-send-email-aaron@xxxxxxxxxx> <AANLkTimOcmpFpTrrVMsuvjCR8puCnhoRVsmduci=SP8d@xxxxxxxxxxxxxx> <20100827002003.GA8399@xxxxxxxxxxx> <AANLkTikK9VE0ToESknTwOVdWT+d-JqNhkveDY1bSf8Ym@xxxxxxxxxxxxxx> <20100827231832.GA29397@xxxxxxxxxxx> <AANLkTi=njjskXGJFzOTWRzBmU1Gd+gRUALBaGmZ9JHoE@xxxxxxxxxxxxxx> <20100828005150.GB29397@xxxxxxxxxxx> <AANLkTi=imQjBC5-_qMtZBHdPGREbs7qL_VE008gBUm+P@xxxxxxxxxxxxxx> <20100828141637.GD29397@xxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Sat, Aug 28, 2010 at 16:16, Aaron Schrab <aaron@xxxxxxxxxx> wrote:
> At 09:54 +0200 28 Aug 2010, Nikolai Weibull <now@xxxxxxxx> wrote:
>>
>> On Sat, Aug 28, 2010 at 02:51, Aaron Schrab <aaron@xxxxxxxxxx> wrote:
>>>
>>> At 01:43 +0200 28 Aug 2010, Nikolai Weibull <now@xxxxxxxx> 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.
>
> No, I'd also need to put (--all -a) before all of the other options to
> replicate having it in a separate group. ÂWhich I certainly could do.
Hm, true, my bad.
> But I'll again ask why have that support for groups in _arguments, but then
> object to using it?
Hm, I donât know what you mean.
Your last patch now seems optimal. Thank you for having the patience
to deal with my input.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author