Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#418737: zsh: completion for "svnadmin help" says "invalid argument: help"
- X-seq: zsh-workers 23268
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#418737: zsh: completion for "svnadmin help" says "invalid argument: help"
- Date: Wed, 11 Apr 2007 13:05:32 -0400
- Cc: Vincent Lefevre <vincent@xxxxxxxxxx>, 418737-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20070411163937.GA16235@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Vincent Lefevre <vincent@xxxxxxxxxx>, 418737-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070411163937.GA16235@xxxxxxxxxxxxxxxxxxx>
> vin:~> zsh -f
> vin% autoload -U compinit
> vin% compinit
> vin% svnadmin help [TAB]
> _arguments:comparguments:208: invalid argument: help
>
> Note: there's no problem with "svn help [TAB]".
Looks like 'svnadmin help' will need to be special-cased anyway, but
there is breakage for any svnadmin subcommand (such as 'verify')
that doesn't have any options listed under help.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author