mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-12 01:11:27 +02:00
9 lines
302 B
Text
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'
|