Update completions/manpage (#584)

This commit is contained in:
Félix Saparelli 2023-05-14 17:36:28 +12:00 committed by GitHub
parent 1028caa389
commit af2e1562f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@ on:
- opened
- reopened
- synchronize
- auto_merge_enabled
push:
branches:
- main
@ -125,6 +124,7 @@ jobs:
# Dummy job to have a stable name for the "all tests pass" requirement
tests-pass:
if: always() # always run even if dependencies fail
name: Tests pass
needs:
- test

View File

@ -62,7 +62,7 @@ _watchexec() {
'--no-shell-long[Don'\''t use a shell]' \
'--no-environment[Shorthand for '\''--emit-events=none'\'']' \
'--no-process-group[Don'\''t use a process group]' \
'-1[Testing only: exit Watchexec after the first run]' \
'-1[Testing only\: exit Watchexec after the first run]' \
'-N[Alert when commands start and end]' \
'--notify[Alert when commands start and end]' \
'(--fs-events)--no-meta[Don'\''t emit fs events for metadata changes]' \

Binary file not shown.