dev-cmd/pr-*: remove Oxford commas previously missed by linter

This commit is contained in:
Bo Anderson 2024-03-10 03:56:25 +00:00
parent 754d580a91
commit d1cebef8c5
No known key found for this signature in database
6 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@ module Homebrew
description: "Branch to use the workflow from (default: `master`)."
flag "--message=",
depends_on: "--autosquash",
description: "Message to include when autosquashing revision bumps, deletions, and rebuilds."
description: "Message to include when autosquashing revision bumps, deletions and rebuilds."
flag "--tap=",
description: "Target tap repository (default: `homebrew/core`)."
flag "--workflow=",

View File

@ -51,7 +51,7 @@ module Homebrew
description: "Specify a committer name and email in `git`'s standard author format."
flag "--message=",
depends_on: "--autosquash",
description: "Message to include when autosquashing revision bumps, deletions, and rebuilds."
description: "Message to include when autosquashing revision bumps, deletions and rebuilds."
flag "--artifact=",
description: "Download artifacts with the specified name (default: `bottles`)."
flag "--tap=",

View File

@ -1181,7 +1181,7 @@ __fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow f
__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 large-runner -d 'Run the upload job on a large runner'
__fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds'
__fish_brew_complete_arg 'pr-publish' -l message -d 'Message to include when autosquashing revision bumps, deletions and rebuilds'
__fish_brew_complete_arg 'pr-publish' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'pr-publish' -l tap -d 'Target tap repository (default: `homebrew/core`)'
__fish_brew_complete_arg 'pr-publish' -l verbose -d 'Make some output more verbose'
@ -1199,7 +1199,7 @@ __fish_brew_complete_arg 'pr-pull' -l dry-run -d 'Print what would be done rathe
__fish_brew_complete_arg 'pr-pull' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-pull' -l ignore-missing-artifacts -d 'Comma-separated list of workflows which can be ignored if they have not been run'
__fish_brew_complete_arg 'pr-pull' -l keep-old -d 'If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL'
__fish_brew_complete_arg 'pr-pull' -l message -d 'Message to include when autosquashing revision bumps, deletions, and rebuilds'
__fish_brew_complete_arg 'pr-pull' -l message -d 'Message to include when autosquashing revision bumps, deletions and rebuilds'
__fish_brew_complete_arg 'pr-pull' -l no-cherry-pick -d 'Do not cherry-pick commits from the pull request branch'
__fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit before uploading'
__fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them'

View File

@ -1469,7 +1469,7 @@ _brew_pr_publish() {
'--debug[Display any debugging information]' \
'--help[Show this message]' \
'--large-runner[Run the upload job on a large runner]' \
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'--message[Message to include when autosquashing revision bumps, deletions and rebuilds]' \
'--quiet[Make some output more quiet]' \
'--tap[Target tap repository (default: `homebrew/core`)]' \
'--verbose[Make some output more verbose]' \
@ -1489,7 +1489,7 @@ _brew_pr_pull() {
'--help[Show this message]' \
'--ignore-missing-artifacts[Comma-separated list of workflows which can be ignored if they have not been run]' \
'--keep-old[If the formula specifies a rebuild version, attempt to preserve its value in the generated DSL]' \
'--message[Message to include when autosquashing revision bumps, deletions, and rebuilds]' \
'--message[Message to include when autosquashing revision bumps, deletions and rebuilds]' \
'--no-cherry-pick[Do not cherry-pick commits from the pull request branch]' \
'--no-commit[Do not generate a new commit before uploading]' \
'--no-upload[Download the bottles but don'\''t upload them]' \

View File

@ -2346,7 +2346,7 @@ the repository.
`--message`
: Message to include when autosquashing revision bumps, deletions, and rebuilds.
: Message to include when autosquashing revision bumps, deletions and rebuilds.
`--tap`
@ -2417,7 +2417,7 @@ repository.
`--message`
: Message to include when autosquashing revision bumps, deletions, and rebuilds.
: Message to include when autosquashing revision bumps, deletions and rebuilds.
`--artifact`

View File

@ -1492,7 +1492,7 @@ Run the upload job on a large runner\.
Branch to use the workflow from (default: \fBmaster\fP)\.
.TP
\fB\-\-message\fP
Message to include when autosquashing revision bumps, deletions, and rebuilds\.
Message to include when autosquashing revision bumps, deletions and rebuilds\.
.TP
\fB\-\-tap\fP
Target tap repository (default: \fBhomebrew/core\fP)\.
@ -1539,7 +1539,7 @@ Does not clean up the tmp directory for the bottle so it can be used later\.
Specify a committer name and email in \fBgit\fP\[u2019]s standard author format\.
.TP
\fB\-\-message\fP
Message to include when autosquashing revision bumps, deletions, and rebuilds\.
Message to include when autosquashing revision bumps, deletions and rebuilds\.
.TP
\fB\-\-artifact\fP
Download artifacts with the specified name (default: \fBbottles\fP)\.