Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2021-11-23 11:57:59 +00:00
parent aa997f9af5
commit 6e523bb224
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 9 additions and 0 deletions

View File

@ -1937,6 +1937,7 @@ _brew_tap_new() {
__brewcomp "
--branch
--debug
--github-packages
--help
--no-git
--pull-label

View File

@ -1314,6 +1314,7 @@ __fish_brew_complete_arg 'tap-info' -a '(__fish_brew_suggest_taps_installed)'
__fish_brew_complete_cmd 'tap-new' 'Generate the template files for a new tap'
__fish_brew_complete_arg 'tap-new' -l branch -d 'Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)'
__fish_brew_complete_arg 'tap-new' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'tap-new' -l github-packages -d 'Upload bottles to GitHub Packages'
__fish_brew_complete_arg 'tap-new' -l help -d 'Show this message'
__fish_brew_complete_arg 'tap-new' -l no-git -d 'Don\'t initialize a Git repository for the tap'
__fish_brew_complete_arg 'tap-new' -l pull-label -d 'Label name for pull requests ready to be pulled (default: `pr-pull`)'

View File

@ -1608,6 +1608,7 @@ _brew_tap_new() {
_arguments \
'--branch[Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)]' \
'--debug[Display any debugging information]' \
'--github-packages[Upload bottles to GitHub Packages]' \
'--help[Show this message]' \
'--no-git[Don'\''t initialize a Git repository for the tap]' \
'--pull-label[Label name for pull requests ready to be pulled (default: `pr-pull`)]' \

View File

@ -1398,6 +1398,8 @@ Generate the template files for a new tap.
Label name for pull requests ready to be pulled (default: `pr-pull`).
* `--branch`:
Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`).
* `--github-packages`:
Upload bottles to GitHub Packages.
### `test` [*`options`*] *`installed_formula`* [...]

View File

@ -1986,6 +1986,10 @@ Label name for pull requests ready to be pulled (default: \fBpr\-pull\fR)\.
\fB\-\-branch\fR
Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: \fBmain\fR)\.
.
.TP
\fB\-\-github\-packages\fR
Upload bottles to GitHub Packages\.
.
.SS "\fBtest\fR [\fIoptions\fR] \fIinstalled_formula\fR [\.\.\.]"
Run the test method provided by an installed formula\. There is no standard output or return code, but generally it should notify the user if something is wrong with the installed formula\.
.