Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Different tags for _arguments
- X-seq: zsh-users 11441
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "zsh-users@xxxxxxxxxx" <zsh-users@xxxxxxxxxx>
- Subject: Different tags for _arguments
- Date: Sun, 22 Apr 2007 20:04:15 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Gf6jIsuEcgc2HDh5y0NkDUwJidubOc1rIdHzGsB24E8drA3XzdPXSnPR07qQ+aCxG+rgA5d1dS1zGhz9R5BIrRFyqyfmTbIdt9ae4655hH9c/CQbveKyoI0FIwaWr83+LVeREF1onDx/sasW5OD6lklHCl5jZ+tvkm634ms7VjY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Syeeo4xpFaXZKIYRBDkgq5b1geA/CpTo8dLxNS1ndu5kc8e7ZYTD2bxExbnZ5FSMgBvAJkCYWgtUVMsm3Yg6LOFP4HItTNapdyLC0i01p1ZhR+4yqsXOQFwYZx3x5dI2PmEDyE3mluIkr9+tsXd41+ClFDDLyn0hYQqoCZ2/m2g=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: nikolai.weibull@xxxxxxxxx
I would like to break up the different options that can be given to a
command into several tags. This to show that certain options come
from one command and other are passed on to commands run by this first
command.
For git-shortlog, only two options are defined for git-shortlog as
such, -n and -s. However, it passes on everything else to
git-rev-list (not technically true any more, but they still use the
same set of options). There's a bunch of options to git-rev-list
(closing on a hundred), so it would be neat if one could list the -n
and -s options first, under a separate tag and description, like
"native options", and the rest of the options under a separate tag and
description, like "output options".
Can this be done?
Thanks.
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author