Merge pull request #20577 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
0bf165c121
@ -1333,7 +1333,7 @@ __fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use wit
|
|||||||
|
|
||||||
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
|
__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 to our preferred format'
|
__fish_brew_complete_arg 'pr-publish' -l autosquash -d 'If supported on the target tap, automatically reformat and reword commits to our preferred format'
|
||||||
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `master`)'
|
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `main`)'
|
||||||
__fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging information'
|
__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 help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'pr-publish' -l large-runner -d 'Run the upload job on a large runner'
|
__fish_brew_complete_arg 'pr-publish' -l large-runner -d 'Run the upload job on a large runner'
|
||||||
|
@ -1651,7 +1651,7 @@ _brew_pr_automerge() {
|
|||||||
_brew_pr_publish() {
|
_brew_pr_publish() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'--autosquash[If supported on the target tap, automatically reformat and reword commits to our preferred format]' \
|
'--autosquash[If supported on the target tap, automatically reformat and reword commits to our preferred format]' \
|
||||||
'--branch[Branch to use the workflow from (default: `master`)]' \
|
'--branch[Branch to use the workflow from (default: `main`)]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--large-runner[Run the upload job on a large runner]' \
|
'--large-runner[Run the upload job on a large runner]' \
|
||||||
|
@ -2884,7 +2884,7 @@ the repository.
|
|||||||
|
|
||||||
`--branch`
|
`--branch`
|
||||||
|
|
||||||
: Branch to use the workflow from (default: `master`).
|
: Branch to use the workflow from (default: `main`).
|
||||||
|
|
||||||
`--message`
|
`--message`
|
||||||
|
|
||||||
|
@ -1826,7 +1826,7 @@ If supported on the target tap, automatically reformat and reword commits to our
|
|||||||
Run the upload job on a large runner\.
|
Run the upload job on a large runner\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-branch\fP
|
\fB\-\-branch\fP
|
||||||
Branch to use the workflow from (default: \fBmaster\fP)\.
|
Branch to use the workflow from (default: \fBmain\fP)\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-message\fP
|
\fB\-\-message\fP
|
||||||
Message to include when autosquashing revision bumps, deletions and rebuilds\.
|
Message to include when autosquashing revision bumps, deletions and rebuilds\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user