Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.5?
- X-seq: zsh-workers 24474
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: 4.3.5?
- Date: Mon, 28 Jan 2008 17:35:53 +0100
- In-reply-to: <200801281537.m0SFbDKj000996@xxxxxxxxxxxxxx>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <29916.1201513253@xxxxxxx> <20080128135121.GS17147@xxxxxxxxxxxxxxxxxxx> <200801281537.m0SFbDKj000996@xxxxxxxxxxxxxx>
On 2008-01-28 15:37:13 +0000, Peter Stephenson wrote:
> Vincent Lefevre wrote:
> > Is there any chance to have the "svnadmin help" completion fixed?
>
> I have no idea even if anybody is currently maintaining subversion
> completion. The last commit seems to be last April.
The problem seems to come from the different formats of the "usage:"
line, so that the $usage variable in _subversion is wrong in the
svnadmin case.
vin:~> svn help help
help (?, h): Describe the usage of this program or its subcommands.
usage: help [SUBCOMMAND...]
Valid options:
--config-dir arg : read user configuration files from directory ARG
vin:~> svnadmin help help
help (?, h): usage: svnadmin help [SUBCOMMAND...]
Describe the usage of this program or its subcommands.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author