Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Another completion question
- X-seq: zsh-users 13617
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: Another completion question
- Date: Sun, 28 Dec 2008 02:36:52 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TttE6U/kIrjuC/W6jyYo6gV1ct8rRHeZt4nj9Y0Nd9E=; b=XstNErnCruEnPbC0gqZ7bK0WnpG3FgYhl1lfQbyozYDR+ofgn3x5DXRnloxtqMFvl9 g+SDYtAzEnkGyD01aKoKd6AUKG0IThWUeuH6vjsiw/EI9HIli5ZDoLeAs8GfdrerDzD5 YQYnHuZuf+kuJy6pgtPosdOZldVK5o9yISg0U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=mbDACxw2AgJdyxB/GTJ4KnsJYKMbtmesLEHH+Gk6uctHvibxVHbHel8cXmr/2IClJc vOr681cs13I0X7K0Jq33tnaVzFkWxYevRGD0WI+EbXCZIaCcNZ03b2TM1G14ysaZtGTY ZK+iG+OgJjSAA6MySOrrehAEyUQgNkLLahGwA=
- In-reply-to: <2d460de70812271734o5bed34e2n62c246595bba67a2@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812271648x4944fa1bpb9196881f7a83a96@xxxxxxxxxxxxxx> <2d460de70812271734o5bed34e2n62c246595bba67a2@xxxxxxxxxxxxxx>
On Sun, Dec 28, 2008 at 02:34, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> '(-foo)'-{b,-bar}'[baz]'
>
> I have a follow-up question, though. In the example above, how
> could I make -b and --bar mutually exclusive? It does not make
> sense to offer the other one if its twin is already specified on the
> command line.
Not my day, today..
'(-b --bar -foo)'-{b,-bar}'[baz]'
Oh well, the part about using wildcards is still unanswered, at
least :p
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author