1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-12 01:11:27 +02:00
zsh/Completion/Unix/Command/_entr
2017-02-10 13:56:26 +01:00

9 lines
302 B
Text

#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'