From d470453d76a3ff0c4816752630bf70733cfbc8b5 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 24 Jul 2015 16:43:14 +0000 Subject: 35274: completion: Add FreeBSD's watch(1) Review-by: Oliver Kiddle --- Completion/BSD/Command/_watch-snoop | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Completion/BSD/Command/_watch-snoop (limited to 'Completion/BSD/Command') diff --git a/Completion/BSD/Command/_watch-snoop b/Completion/BSD/Command/_watch-snoop new file mode 100644 index 000000000..182b6bb34 --- /dev/null +++ b/Completion/BSD/Command/_watch-snoop @@ -0,0 +1,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" -- cgit 1.4.1