Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Another completion question
- X-seq: zsh-users 13616
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: Another completion question
- Date: Sun, 28 Dec 2008 02:34:36 +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=zuQ2mfhouqsYsM7TR3vsuLvmZTdHSQJTBO1jEPIGBaA=; b=ewzjrGjmmLMEgduWCtOrxtCXLKyLLbtT0Iau5bqrvRSEn0cGRmRlKgz8jWJRu7B0oU LItyzXVjf3wSAF8clNFH0WbweRJYiPFeP5nHpWMY4/qjStnYNgRZNUekruOQ/xkfac9S wYiqQyYkIg0L1Ocstvwxrc/6BiYOgEguVR8O4=
- 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=cMDFKpWGnZiPECdNOgSGd1kXmEn5YM5rNH5ZIU/lbk50iGbbCvyG48ohiCNd/8gDOV Z/ou8+wYO0E5PSguaUS8l3m8igbB+/N9pXfJWFCZaM+tB0L7kUi22NLCreJIM7CvcpHW w4z+p8+oIG6MnAJIFt4NUauAB1OmWpCnKXmpo=
- In-reply-to: <2d460de70812271648x4944fa1bpb9196881f7a83a96@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812271648x4944fa1bpb9196881f7a83a96@xxxxxxxxxxxxxx>
On Sun, Dec 28, 2008 at 01:48, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> does not work, presumably because the -{h,-help} is outside of
> the single ticks.
I solved that part..
'(-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.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author