Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manpage and completions. #13876

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Don't pass `--online` to `brew audit` and skip `brew livecheck`.
* `--skip-dependents`:
Don't test any dependents.
* `--skip-livecheck`:
Don't test livecheck.
* `--skip-recursive-dependents`:
Only test the direct dependents.
* `--only-cleanup-before`:
Expand Down
4 changes: 4 additions & 0 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -2672,6 +2672,10 @@ Don\'t pass \fB\-\-online\fR to \fBbrew audit\fR and skip \fBbrew livecheck\fR\.
Don\'t test any dependents\.
.
.TP
\fB\-\-skip\-livecheck\fR
Don\'t test livecheck\.
.
.TP
\fB\-\-skip\-recursive\-dependents\fR
Only test the direct dependents\.
.
Expand Down