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-08-15 19:01:02 +00:00
parent f3a6aef809
commit 6b2827cbda
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 2 additions and 12 deletions

View File

@ -792,7 +792,6 @@ _brew_debugger() {
--help --help
--open --open
--quiet --quiet
--stop
--verbose --verbose
" "
return return

View File

@ -590,7 +590,6 @@ __fish_brew_complete_arg 'debugger' -l debug -d 'Display any debugging informati
__fish_brew_complete_arg 'debugger' -l help -d 'Show this message' __fish_brew_complete_arg 'debugger' -l help -d 'Show this message'
__fish_brew_complete_arg 'debugger' -l open -d 'Start remote debugging over a Unix socket' __fish_brew_complete_arg 'debugger' -l open -d 'Start remote debugging over a Unix socket'
__fish_brew_complete_arg 'debugger' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'debugger' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'debugger' -l stop -d 'Stop at the beginning of the script'
__fish_brew_complete_arg 'debugger' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'debugger' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'debugger' -a '(__fish_brew_suggest_commands)' __fish_brew_complete_arg 'debugger' -a '(__fish_brew_suggest_commands)'

View File

@ -753,7 +753,6 @@ _brew_debugger() {
'--help[Show this message]' \ '--help[Show this message]' \
'--open[Start remote debugging over a Unix socket]' \ '--open[Start remote debugging over a Unix socket]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--stop[Stop at the beginning of the script]' \
'--verbose[Make some output more verbose]' \ '--verbose[Make some output more verbose]' \
- command \ - command \
'*::command:__brew_commands' '*::command:__brew_commands'

View File

@ -2142,17 +2142,13 @@ see: <https://rubydoc.brew.sh/Formula>
: Ignore errors for disallowed formula names and names that shadow aliases. : Ignore errors for disallowed formula names and names that shadow aliases.
### `debugger` \[`--stop`\] \[`--open`\] *`command`* \[...\] ### `debugger` \[`--open`\] *`command`* \[...\]
Run the specified Homebrew command in debug mode. Run the specified Homebrew command in debug mode.
To pass flags to the command, use `--` to separate them from the `brew` flags. To pass flags to the command, use `--` to separate them from the `brew` flags.
For example: `brew debugger -- list --formula`. For example: `brew debugger -- list --formula`.
`-s`, `--stop`
: Stop at the beginning of the script.
`-O`, `--open` `-O`, `--open`
: Start remote debugging over a Unix socket. : Start remote debugging over a Unix socket.

View File

@ -1363,14 +1363,11 @@ Generate the new formula within the given tap, specified as \fIuser\fP\fB/\fP\fI
.TP .TP
\fB\-f\fP, \fB\-\-force\fP \fB\-f\fP, \fB\-\-force\fP
Ignore errors for disallowed formula names and names that shadow aliases\. Ignore errors for disallowed formula names and names that shadow aliases\.
.SS "\fBdebugger\fP \fR[\fB\-\-stop\fP] \fR[\fB\-\-open\fP] \fIcommand\fP \fR[\.\.\.]" .SS "\fBdebugger\fP \fR[\fB\-\-open\fP] \fIcommand\fP \fR[\.\.\.]"
Run the specified Homebrew command in debug mode\. Run the specified Homebrew command in debug mode\.
.P .P
To pass flags to the command, use \fB\-\-\fP to separate them from the \fBbrew\fP flags\. For example: \fBbrew debugger \-\- list \-\-formula\fP\&\. To pass flags to the command, use \fB\-\-\fP to separate them from the \fBbrew\fP flags\. For example: \fBbrew debugger \-\- list \-\-formula\fP\&\.
.TP .TP
\fB\-s\fP, \fB\-\-stop\fP
Stop at the beginning of the script\.
.TP
\fB\-O\fP, \fB\-\-open\fP \fB\-O\fP, \fB\-\-open\fP
Start remote debugging over a Unix socket\. Start remote debugging over a Unix socket\.
.SS "\fBdispatch\-build\-bottle\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]" .SS "\fBdispatch\-build\-bottle\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]"