Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _mosh
- X-seq: zsh-workers 30503
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _mosh
- Date: Fri, 8 Jun 2012 23:42:20 +0000
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_mosh
===================================================================
RCS file: Completion/Unix/Command/_mosh
diff -N Completion/Unix/Command/_mosh
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_mosh 8 Jun 2012 23:40:27 -0000
@@ -0,0 +1,12 @@
+#compdef mosh
+
+_arguments \
+ '--client=:client helper:_command_names -e' \
+ '--server=:server helper:_files' \
+ '--ssh=:ssh command to run:_files' \
+ '(-a -n)--predict=:when:(adaptive always never)' \
+ '(--predict -n)-a[predict always]' \
+ '(--predict -a)-n[predict never]' \
+ {-p,--port=}':port:_ports' \
+ ':remote:_hosts' \
+ ':remote command:_command_names -e'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author