From 64c67581d2f4d131a3c1bebdeda6b70ec7da2610 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 10 Feb 2017 13:56:26 +0100 Subject: 40512: new entr completion --- Completion/Unix/Command/_entr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/Unix/Command/_entr (limited to 'Completion') diff --git a/Completion/Unix/Command/_entr b/Completion/Unix/Command/_entr new file mode 100644 index 000000000..8a830ae71 --- /dev/null +++ b/Completion/Unix/Command/_entr @@ -0,0 +1,9 @@ +#compdef entr + +_arguments -s -S \ + '-c[execute clear before invoking utility]' \ + '-d[track directories and exit if a new file is added]' \ + '-p[postpone first execution of the utility]' \ + '-r[reload a persistent child process]' \ + '(-):command name:_command_names -e' \ + '*::arguments:_normal' -- cgit 1.4.1