zsh-workers
 help / color / mirror / code / Atom feed
5eda9bc1a14470eb53e2df80a0d6c44f2a13b921 blob 1032 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#compdef mtr

_arguments -C \
  '(-h --help)'{-h,--help}'[help]' \
  '(-v --version)'{-v,--version}'[version]' \
  '(-r --report)'{-r,--report}'[report mode]' \
  '(-w --report-wide)'{-w,--report-wide}'[wide report mode\: do not truncate hostnames]' \
  '(-c --report-cycles)'{-c,--report-cycles}'[report cycles]:number of pings' \
  '(-s --psize)'{-s,--psize}'[packet size]:number of bytes' \
  '(-t --curses)'{-t,--curses}'[curses UI]' \
  '(-e --mpls)'{-e,--mpls}'[display ICMP MPLS information]' \
  '(-o --order)'{-o,--order}'[order output fields]:fields order' \
  '(-n --no-dns)'{-n,--no-dns}'[no DNS lookups]' \
  '(-g --gtk)'{-g,--gtk}'[GTK+ UI]' \
  '(-p --split)'{-p,--split}'[output for a split-user interface]' \
  '(-l --raw)'{-l,--raw}'[raw output format]' \
  '(-a --address)'{-a,--address}'[source address]:source IP:_hosts' \
  '(-i --interval)'{-i,--interval}'[ping interval]:number of seconds' \
  '-u[use UDP instead of ICMP echo]' \
  '-4[use IPv4 only]' \
  '-6[use IPv6 only]' \
  ':destination host:_hosts'
debug log:

solving 5eda9bc ...
found 5eda9bc in https://git.vuxu.org/mirror/zsh/

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