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

Update maintainers, manpage and completions.
This commit is contained in:
Nanda H Krishna 2021-05-19 17:00:35 +05:30 committed by GitHub
commit 5d5571e328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View File

@ -1521,6 +1521,7 @@ _brew_pr_publish() {
-*)
__brewcomp "
--autosquash
--branch
--debug
--help
--message

View File

@ -1043,6 +1043,7 @@ __fish_brew_complete_arg 'pr-automerge' -l without-labels -d 'Pull requests must
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
__fish_brew_complete_arg 'pr-publish' -l autosquash -d 'If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format'
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to publish to (default: `master`)'
__fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-publish' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds'

View File

@ -1286,6 +1286,7 @@ _brew_pr_automerge() {
_brew_pr_publish() {
_arguments \
'--autosquash[If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format]' \
'--branch[Branch to publish to (default: `master`)]' \
'--debug[Display any debugging information]' \
'--help[Show this message]' \
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \

View File

@ -1149,6 +1149,8 @@ Requires write access to the repository.
* `--autosquash`:
If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format.
* `--branch`:
Branch to publish to (default: `master`).
* `--message`:
Message to include when autosquashing revision bumps, deletions, and rebuilds.
* `--tap`:

View File

@ -1605,6 +1605,10 @@ Publish bottles for a pull request with GitHub Actions\. Requires write access t
If supported on the target tap, automatically reformat and reword commits in the pull request to our preferred format\.
.
.TP
\fB\-\-branch\fR
Branch to publish to (default: \fBmaster\fR)\.
.
.TP
\fB\-\-message\fR
Message to include when autosquashing revision bumps, deletions, and rebuilds\.
.