Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2024-05-20 15:36:56 +00:00
parent 5a24eb61a7
commit 0243cafdbe
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 12 additions and 2 deletions

View File

@ -1814,6 +1814,7 @@ _brew_prof() {
--quiet --quiet
--stackprof --stackprof
--verbose --verbose
--vernier
" "
return return
;; ;;

View File

@ -1236,6 +1236,7 @@ __fish_brew_complete_arg 'prof' -l help -d 'Show this message'
__fish_brew_complete_arg 'prof' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'prof' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'prof' -l stackprof -d 'Use `stackprof` instead of `ruby-prof` (the default)' __fish_brew_complete_arg 'prof' -l stackprof -d 'Use `stackprof` instead of `ruby-prof` (the default)'
__fish_brew_complete_arg 'prof' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'prof' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'prof' -l vernier -d 'Use `vernier` instead of `ruby-prof` (the default)'
__fish_brew_complete_arg 'prof' -a '(__fish_brew_suggest_commands)' __fish_brew_complete_arg 'prof' -a '(__fish_brew_suggest_commands)'

View File

@ -1529,6 +1529,7 @@ _brew_prof() {
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--stackprof[Use `stackprof` instead of `ruby-prof` (the default)]' \ '--stackprof[Use `stackprof` instead of `ruby-prof` (the default)]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
'--vernier[Use `vernier` instead of `ruby-prof` (the default)]' \
- command \ - command \
'*::command:__brew_commands' '*::command:__brew_commands'
} }

View File

@ -2507,7 +2507,7 @@ Apply the bottle commit and publish bottles to a host.
: Use the specified download strategy class for downloading the bottle's URL : Use the specified download strategy class for downloading the bottle's URL
instead of Homebrew's default. instead of Homebrew's default.
### `prof` \[`--stackprof`\] *`command`* \[...\] ### `prof` \[`--stackprof`\] \[`--vernier`\] *`command`* \[...\]
Run Homebrew with a Ruby profiler. For example, `brew prof readall`. Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
@ -2515,6 +2515,10 @@ Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
: Use `stackprof` instead of `ruby-prof` (the default). : Use `stackprof` instead of `ruby-prof` (the default).
`--vernier`
: Use `vernier` instead of `ruby-prof` (the default).
### `release` \[`--major`\] \[`--minor`\] ### `release` \[`--major`\] \[`--minor`\]
Create a new draft Homebrew/brew release with the appropriate version number and Create a new draft Homebrew/brew release with the appropriate version number and

View File

@ -1598,11 +1598,14 @@ Use the specified \fIURL\fP as the root of the bottle\[u2019]s URL instead of Ho
.TP .TP
\fB\-\-root\-url\-using\fP \fB\-\-root\-url\-using\fP
Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\. Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\.
.SS "\fBprof\fP \fR[\fB\-\-stackprof\fP] \fIcommand\fP \fR[\.\.\.]" .SS "\fBprof\fP \fR[\fB\-\-stackprof\fP] \fR[\fB\-\-vernier\fP] \fIcommand\fP \fR[\.\.\.]"
Run Homebrew with a Ruby profiler\. For example, \fBbrew prof readall\fP\&\. Run Homebrew with a Ruby profiler\. For example, \fBbrew prof readall\fP\&\.
.TP .TP
\fB\-\-stackprof\fP \fB\-\-stackprof\fP
Use \fBstackprof\fP instead of \fBruby\-prof\fP (the default)\. Use \fBstackprof\fP instead of \fBruby\-prof\fP (the default)\.
.TP
\fB\-\-vernier\fP
Use \fBvernier\fP instead of \fBruby\-prof\fP (the default)\.
.SS "\fBrelease\fP \fR[\fB\-\-major\fP] \fR[\fB\-\-minor\fP]" .SS "\fBrelease\fP \fR[\fB\-\-major\fP] \fR[\fB\-\-minor\fP]"
Create a new draft Homebrew/brew release with the appropriate version number and release notes\. Create a new draft Homebrew/brew release with the appropriate version number and release notes\.
.P .P