about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mosh
blob: c940f90152f3ab3c65e5d00dec7f68a5b1e442a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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'