Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Examples in _arguments description
- X-seq: zsh-workers 11087
 
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: Examples in _arguments description
 
- Date: Wed, 3 May 2000 09:12:32 +0200 (MET DST)
 
- In-reply-to: "Andrej Borsenkow"'s message of Wed, 3 May 2000 11:07:01 +0400
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Andrej Borsenkow wrote:
> The following paragraph looks strange:
> 
>  Every spec may also contain a list of option names and argument
>  numbers with which the option or argument described is mutually
>  exclusive. Such a list is given in parentheses at the
>  beginning, as in `(-two -three 1)-one:...' or `(-foo):...'. In
>  the first example, the options `-two' and `-three' and the
>  first argument will not be offered as possible completions if
>  the option `-one' is on the line before the cursor. Also, the
>  list may contain a single star as one of its elements to
>  specify that the description for the rest arguments should not
>  be used and it may contain a colon to specify that the
>  descriptions for all normal (non-option-) arguments should not
>  be used.
> 
> The second example `(-foo):...' is not mentioned anywhere and looks a
> bit strange anyway.
What do you mean by `not mentioned anywhere'? It's described
immediately before that: `with which the option *or argument* ...'.
And why does it look `strange'? (At least not stranger than other
things I've written ;-)
Bye
 Sven
--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author