zsh-users
 help / color / mirror / code / Atom feed
* Different tags for _arguments
@ 2007-04-22 18:04 Nikolai Weibull
  0 siblings, 0 replies; only message in thread
From: Nikolai Weibull @ 2007-04-22 18:04 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-22 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-22 18:04 Different tags for _arguments Nikolai Weibull

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).