Update manpage and completions

This commit is contained in:
Ruoyu Zhong 2024-04-17 05:59:29 +08:00
parent dd92ad8e1b
commit 135db8c559
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -1191,7 +1191,7 @@ __fish_brew_complete_arg 'pr-publish' -l workflow -d 'Target workflow filename (
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions' __fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
__fish_brew_complete_arg 'pr-pull' -l artifact-pattern -d 'Download artifacts with the specified pattern (default: `bottles{,-*}`)' __fish_brew_complete_arg 'pr-pull' -l artifact-pattern -d 'Download artifacts with the specified pattern (default: `bottles{,_*}`)'
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format' __fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)' __fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
__fish_brew_complete_arg 'pr-pull' -l clean -d 'Do not amend the commits from pull requests' __fish_brew_complete_arg 'pr-pull' -l clean -d 'Do not amend the commits from pull requests'

View File

@ -1482,7 +1482,7 @@ _brew_pr_publish() {
# brew pr-pull # brew pr-pull
_brew_pr_pull() { _brew_pr_pull() {
_arguments \ _arguments \
'--artifact-pattern[Download artifacts with the specified pattern (default: `bottles{,-*}`)]' \ '--artifact-pattern[Download artifacts with the specified pattern (default: `bottles{,_*}`)]' \
'(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \ '(--clean)--autosquash[Automatically reformat and reword commits in the pull request to our preferred format]' \
'--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \ '--branch-okay[Do not warn if pulling to a branch besides the repository default (useful for testing)]' \
'(--autosquash)--clean[Do not amend the commits from pull requests]' \ '(--autosquash)--clean[Do not amend the commits from pull requests]' \

View File

@ -2425,7 +2425,7 @@ repository.
`--artifact-pattern` `--artifact-pattern`
: Download artifacts with the specified pattern (default: `bottles{,-*}`). : Download artifacts with the specified pattern (default: `bottles{,_*}`).
`--tap` `--tap`

View File

@ -1544,7 +1544,7 @@ Specify a committer name and email in \fBgit\fP\[u2019]s standard author format\
Message to include when autosquashing revision bumps, deletions and rebuilds\. Message to include when autosquashing revision bumps, deletions and rebuilds\.
.TP .TP
\fB\-\-artifact\-pattern\fP \fB\-\-artifact\-pattern\fP
Download artifacts with the specified pattern (default: \fBbottles{,\-*}\fP)\. Download artifacts with the specified pattern (default: \fBbottles{,_*}\fP)\.
.TP .TP
\fB\-\-tap\fP \fB\-\-tap\fP
Target tap repository (default: \fBhomebrew/core\fP)\. Target tap repository (default: \fBhomebrew/core\fP)\.