zsh-workers
 help / color / mirror / code / Atom feed
* _cssh
@ 2006-07-09 17:57 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-07-09 17:57 UTC (permalink / raw)
  To: zsh-workers

Completion for clusterssh.  The -o stuff should probably be factored out
of _ssh.

Index: Completion/Unix/Command/_cssh
===================================================================
RCS file: Completion/Unix/Command/_cssh
diff -N Completion/Unix/Command/_cssh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_cssh	9 Jul 2006 17:54:14 -0000
@@ -0,0 +1,21 @@
+#compdef cssh crsh
+
+_arguments \
+  '-h[help]' \
+  '-H[show man page]' \
+  '-v[show version]' \
+  '-d[enable basic debugging mode]' \
+  '-D[enable extended debugging mode]' \
+  '-q[enable automatic quit after last window is closed]' \
+  '-Q[disable automatic quit after last window is closed]' \
+  '-u[output configuration]' \
+  '-g[enable window tiling]' \
+  '-G[disable window tiling]' \
+  '-c[use additional cluster file]:cluster file:_files' \
+  '-l:username:_users' \
+  '-T:window title prefix:' \
+  '-o:arguments to ssh or rsh:' \
+  '-t:arguments to terminals:' \
+  '-i[ignore errors from unresolvable hostnames]' \
+  '-e[evaluate arguments to identify potential errors]:userhostport:_user_at_host' \
+  '*:userhostport: _alternative hosts:host:_hosts usersathosts:userathost:_user_at_host'


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

only message in thread, other threads:[~2006-07-09 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-09 17:57 _cssh Clint Adams

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).