blob: 1a4af07cc8fe262b8bbb2adcc2023e79911a13a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#autoload
# watch [-cinotW] [-f snpdev] [tty]
_arguments -w -S -s : \
"-c[reconnect on close]" \
"-f:snp(4) device: " \
"-i[force interactive mode even when stdout is not a tty]" \
"-n[disable the ability to switch the watched tty interactively]" \
"-o[reconnect on overflow]" \
"-t[print date and time at start]" \
"-W[allow write access to observed tty]" \
"(-): : _ttys -Do"
|