Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Setting state in _arguments
- X-seq: zsh-users 17575
- From: Jesper Nygårds <jesper.nygards@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Setting state in _arguments
- Date: Thu, 17 Jan 2013 07:39:50 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tRcZgICKct2HQZeD+8zyVduS4N2AAKWbcbLK3CYsp8I=; b=AXaUnwxIfwKhtjzt/BjDJ2RktEW/UgdxZO7ps8XGYsQLuB6/6Wtr/EAUdB1yFZRiq1 Mv/6fHnMHw5bUkSMZix+5JWSKuiTXwzro7XbC1D8PZ8JQr03BrHMwLMUfWbyTjgJ/eBt lPHWdo5R0WsqFw+WZTmfVMiS793yx8LUSG+P639rCLMQGcCaSHoMEQ0iLT25VUHaFA/3 M2KXuiNQ1nw4RtF6SgokIzGfJRp4YMfkEWLl5PToFWCYRiJycu8xO/cd7eKozpez/Now lJ3fLDBsdUdAffhVdGkjxARklSoBn9s6sV6plOrX4mqzRQdHMMqJBBLxHUUQq5zB0xh+ lt0A==
- In-reply-to: <20477.1358343806@thecus.kiddle.eu>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CABZhJg-ph80A7ZWAGH+ss4eoBoZz_f3OaGkxkEyf7-znNi=4Dw@mail.gmail.com> <20477.1358343806@thecus.kiddle.eu>
On Wed, Jan 16, 2013 at 2:43 PM, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> _arguments has no way of knowing that subcommands can't begin with "--"
> so while it adds the completion matches for the options, it also
> considers the *:... rule to be applicable.
>
Ah, now I see. I had the wrong mental picture of what was going on. Thank
you for your help.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author