zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: completing a single clearcase command
Date: Sat, 8 Feb 2003 19:44:50 +0000	[thread overview]
Message-ID: <1030208194450.ZM27988@candle.brasslantern.com> (raw)
In-Reply-To: <8F6C90BF40FFD211948B0001FA7E51661288DF8F@xcem-casfo-13.wellsfargo.com>

On Feb 7,  1:32pm, Eric.D.Friedman@WellsFargo.COM wrote:
}
} Like CVS, clearcase has a 2-level command system.  The first command is
} always "cleartool" (usually aliased to "ct").  The second is the real
} operation you want to do.  So, for example, "ct ls" does a cleartool
} equivalent of ls.

The most thorough examples of completion for this sort of command are
Completion/Unix/Command/_cvs and Completion/Debian/Command/_apt.  The
former uses _arguments to parse the command line, and the latter uses
_regex_arguments which allows more detailed pattern-matching but has a
somewhat more tangled syntax.

Which one is better depends on how complex the stuff between "ct" and
the operation name may be.  If there are never any arguments to "ct"
before the operation name, look at Completion/Debian/Command/_bts.

A less intense _regex_arguments example is Completion/X/Command/_xset.


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  parent reply	other threads:[~2003-02-08 19:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-07 21:32 Eric.D.Friedman
2003-02-07 22:24 ` Paul Lew
2003-02-07 22:27   ` Dan Nelson
2003-02-08 19:44 ` Bart Schaefer [this message]
2003-02-09 21:38 ` Felix Rosencrantz
2003-02-10 11:50 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1030208194450.ZM27988@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).