blob: 182b6bb34e45a0174872b9f0fc301d5f53dee8f4 (
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]" \
":tty device:_ttys -D"
|