Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _mosh



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