Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2023-04-10 18:12:21 +00:00
parent a674cbb88a
commit c0cf68558e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 0 deletions

View File

@ -1938,6 +1938,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Only run the formulae detection steps. Only run the formulae detection steps.
* `--only-formulae-dependents`: * `--only-formulae-dependents`:
Only run the formulae dependents steps. Only run the formulae dependents steps.
* `--only-bottles-fetch`:
Only run the bottles fetch steps. This optional post-upload test checks that all the bottles were uploaded correctly. It is not run unless requested and only needs to be run on a single machine. The bottle commit to be tested must be on the tested branch.
* `--only-cleanup-after`: * `--only-cleanup-after`:
Only run the post-cleanup step. Needs `--cleanup`. Only run the post-cleanup step. Needs `--cleanup`.
* `--testing-formulae`: * `--testing-formulae`:

View File

@ -2783,6 +2783,10 @@ Only run the formulae detection steps\.
Only run the formulae dependents steps\. Only run the formulae dependents steps\.
. .
.TP .TP
\fB\-\-only\-bottles\-fetch\fR
Only run the bottles fetch steps\. This optional post\-upload test checks that all the bottles were uploaded correctly\. It is not run unless requested and only needs to be run on a single machine\. The bottle commit to be tested must be on the tested branch\.
.
.TP
\fB\-\-only\-cleanup\-after\fR \fB\-\-only\-cleanup\-after\fR
Only run the post\-cleanup step\. Needs \fB\-\-cleanup\fR\. Only run the post\-cleanup step\. Needs \fB\-\-cleanup\fR\.
. .