Merge pull request #11679 from Homebrew/update-man-completions

Update maintainers, manpage and completions.
This commit is contained in:
Mike McQuaid 2021-07-08 13:27:25 +01:00 committed by GitHub
commit 0db35915ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function __fish_brew_suggest_commands -d "Lists all commands names, including al
end end
end end
function __fish_brew_suggest_diagnostic_check -d "List available diagnostic checks" function __fish_brew_suggest_diagnostic_checks -d "List available diagnostic checks"
brew doctor --list-checks brew doctor --list-checks
end end

View File

@ -1707,6 +1707,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Don't check if the local system is set up correctly. Don't check if the local system is set up correctly.
* `--build-from-source`: * `--build-from-source`:
Build from source rather than building bottles. Build from source rather than building bottles.
* `--build-dependents-from-source`:
Build dependents from source rather than testing bottles.
* `--junit`: * `--junit`:
generate a JUnit XML test results file. generate a JUnit XML test results file.
* `--keep-old`: * `--keep-old`:
@ -1733,8 +1735,14 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Set the Git author/committer email to the given email. Set the Git author/committer email to the given email.
* `--publish`: * `--publish`:
Publish the uploaded bottles. Publish the uploaded bottles.
* `--skip-dependents`:
Don't test any dependents.
* `--skip-recursive-dependents`: * `--skip-recursive-dependents`:
Only test the direct dependents. Only test the direct dependents.
* `--skip-unbottled-arm`:
Only test bottled formulae on Apple Silicon.
* `--skip-unbottled-linux`:
Only test bottled formulae on Linux.
* `--only-cleanup-before`: * `--only-cleanup-before`:
Only run the pre-cleanup step. Needs `--cleanup`. Only run the pre-cleanup step. Needs `--cleanup`.
* `--only-setup`: * `--only-setup`:
@ -1745,8 +1753,18 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Only run the formulae steps. Only run the formulae steps.
* `--only-formulae-detect`: * `--only-formulae-detect`:
Only run the formulae detection steps. Only run the formulae detection steps.
* `--only-formulae-dependents`:
Only run the formulae dependents steps.
* `--only-cleanup-after`: * `--only-cleanup-after`:
Only run the post-cleanup step. Needs `--cleanup`. Only run the post-cleanup step. Needs `--cleanup`.
* `--testing-formulae`:
Use these testing formulae rather than running the formulae detection steps.
* `--added-formulae`:
Use these added formulae rather than running the formulae detection steps.
* `--deleted-formulae`:
Use these deleted formulae rather than running the formulae detection steps.
* `--skipped-or-failed-formulae`:
Use these skipped or failed formulae from formulae steps for a formulae dependents step.
### `unalias` *`alias`* [...] ### `unalias` *`alias`* [...]

View File

@ -2396,6 +2396,10 @@ Don\'t check if the local system is set up correctly\.
Build from source rather than building bottles\. Build from source rather than building bottles\.
. .
.TP .TP
\fB\-\-build\-dependents\-from\-source\fR
Build dependents from source rather than testing bottles\.
.
.TP
\fB\-\-junit\fR \fB\-\-junit\fR
generate a JUnit XML test results file\. generate a JUnit XML test results file\.
. .
@ -2448,10 +2452,22 @@ Set the Git author/committer email to the given email\.
Publish the uploaded bottles\. Publish the uploaded bottles\.
. .
.TP .TP
\fB\-\-skip\-dependents\fR
Don\'t test any dependents\.
.
.TP
\fB\-\-skip\-recursive\-dependents\fR \fB\-\-skip\-recursive\-dependents\fR
Only test the direct dependents\. Only test the direct dependents\.
. .
.TP .TP
\fB\-\-skip\-unbottled\-arm\fR
Only test bottled formulae on Apple Silicon\.
.
.TP
\fB\-\-skip\-unbottled\-linux\fR
Only test bottled formulae on Linux\.
.
.TP
\fB\-\-only\-cleanup\-before\fR \fB\-\-only\-cleanup\-before\fR
Only run the pre\-cleanup step\. Needs \fB\-\-cleanup\fR\. Only run the pre\-cleanup step\. Needs \fB\-\-cleanup\fR\.
. .
@ -2472,9 +2488,29 @@ Only run the formulae steps\.
Only run the formulae detection steps\. Only run the formulae detection steps\.
. .
.TP .TP
\fB\-\-only\-formulae\-dependents\fR
Only run the formulae dependents steps\.
.
.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\.
. .
.TP
\fB\-\-testing\-formulae\fR
Use these testing formulae rather than running the formulae detection steps\.
.
.TP
\fB\-\-added\-formulae\fR
Use these added formulae rather than running the formulae detection steps\.
.
.TP
\fB\-\-deleted\-formulae\fR
Use these deleted formulae rather than running the formulae detection steps\.
.
.TP
\fB\-\-skipped\-or\-failed\-formulae\fR
Use these skipped or failed formulae from formulae steps for a formulae dependents step\.
.
.SS "\fBunalias\fR \fIalias\fR [\.\.\.]" .SS "\fBunalias\fR \fIalias\fR [\.\.\.]"
Remove aliases\. Remove aliases\.
. .