blob: 8a830ae71ffca367ad961ce82b6ed4a26ca237f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
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'
|