We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--include
--includei
1 parent b1d163e commit 299551aCopy full SHA for 299551a
completions/inotifywait
@@ -19,7 +19,7 @@ _inotifywait()
19
local noargopts='!(-*|*[oe]*)'
20
# shellcheck disable=SC2254
21
case $prev in
22
- --help | --exclude | --excludei | --format | --timefmt | --timeout | -${noargopts}[ht])
+ --help | --exclude | --excludei | --include | --includei | --format | --timefmt | --timeout | -${noargopts}[ht])
23
return
24
;;
25
--fromfile | --outfile | -${noargopts}o)
0 commit comments