Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fw: Re: _arguments: repeated option with multiple optargs
- X-seq: zsh-users 10749
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: Fw: Re: _arguments: repeated option with multiple optargs
- Date: Wed, 20 Sep 2006 08:50:22 -0700
- In-reply-to: <20060920100625.78614b8e.pws@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060920100625.78614b8e.pws@xxxxxxx>
On Sep 20, 10:06am, Peter Stephenson wrote:
} Subject: Fw: Re: _arguments: repeated option with multiple optargs
}
} Each optarg following an optspec must take one of the following
} forms:
} ...
}
} (Typically, it never actually defines what it means by an "optarg", but it
} obviously means everything from the first colon onwards.)
Strange, I was sure it used to at least reference that in the syntax
synopsis. I.e., that it used to say
optspec
optspec:optarg
where now it says
optspec
optspec:...
However, the colon is considered part of the optarg, and it doesn't look
very nice to write
optspec
optspecoptarg
so this probably got edited a long time ago and the lost forward reference
was just never fixed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author