Skip to content

Commit 299551a

Browse files
committed
feat(inotifywait): add --include/--includei arg non-completion
1 parent b1d163e commit 299551a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/inotifywait

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _inotifywait()
1919
local noargopts='!(-*|*[oe]*)'
2020
# shellcheck disable=SC2254
2121
case $prev in
22-
--help | --exclude | --excludei | --format | --timefmt | --timeout | -${noargopts}[ht])
22+
--help | --exclude | --excludei | --include | --includei | --format | --timefmt | --timeout | -${noargopts}[ht])
2323
return
2424
;;
2525
--fromfile | --outfile | -${noargopts}o)

0 commit comments

Comments
 (0)