Skip to content

Commit

Permalink
Merge pull request #17340 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
MikeMcQuaid authored May 20, 2024
2 parents 5a24eb6 + 0243caf commit 7c62002
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions completions/bash/brew
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@ _brew_prof() {
--quiet
--stackprof
--verbose
--vernier
"
return
;;
Expand Down
1 change: 1 addition & 0 deletions completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 vernier -d 'Use `vernier` instead of `ruby-prof` (the default)'
__fish_brew_complete_arg 'prof' -a '(__fish_brew_suggest_commands)'


Expand Down
1 change: 1 addition & 0 deletions completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ _brew_prof() {
'--quiet[Make some output more quiet]' \
'--stackprof[Use `stackprof` instead of `ruby-prof` (the default)]' \
'--verbose[Make some output more verbose]' \
'--vernier[Use `vernier` instead of `ruby-prof` (the default)]' \
- command \
'*::command:__brew_commands'
}
Expand Down
6 changes: 5 additions & 1 deletion docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2507,14 +2507,18 @@ Apply the bottle commit and publish bottles to a host.
: Use the specified download strategy class for downloading the bottle's URL
instead of Homebrew's default.

### `prof` \[`--stackprof`\] *`command`* \[...\]
### `prof` \[`--stackprof`\] \[`--vernier`\] *`command`* \[...\]

Run Homebrew with a Ruby profiler. For example, `brew prof readall`.

`--stackprof`

: Use `stackprof` instead of `ruby-prof` (the default).

`--vernier`

: Use `vernier` instead of `ruby-prof` (the default).

### `release` \[`--major`\] \[`--minor`\]

Create a new draft Homebrew/brew release with the appropriate version number and
Expand Down
5 changes: 4 additions & 1 deletion manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -1598,11 +1598,14 @@ Use the specified \fIURL\fP as the root of the bottle\[u2019]s URL instead of Ho
.TP
\fB\-\-root\-url\-using\fP
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\&\.
.TP
\fB\-\-stackprof\fP
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]"
Create a new draft Homebrew/brew release with the appropriate version number and release notes\.
.P
Expand Down

0 comments on commit 7c62002

Please sign in to comment.