From 6b2827cbda1bba7b8ba969c3a47d1d6516117fa2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:01:02 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 1 - completions/fish/brew.fish | 1 - completions/zsh/_brew | 1 - docs/Manpage.md | 6 +----- manpages/brew.1 | 5 +---- 5 files changed, 2 insertions(+), 12 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 5014637cb3cb4..3f58cfd9478eb 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -792,7 +792,6 @@ _brew_debugger() { --help --open --quiet - --stop --verbose " return diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index c54c44cea94ed..acd4a3bfcd750 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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 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 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' -a '(__fish_brew_suggest_commands)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index ef7a98ef22933..b4bc34e8f7ee7 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -753,7 +753,6 @@ _brew_debugger() { '--help[Show this message]' \ '--open[Start remote debugging over a Unix socket]' \ '--quiet[Make some output more quiet]' \ - '--stop[Stop at the beginning of the script]' \ '--verbose[Make some output more verbose]' \ - command \ '*::command:__brew_commands' diff --git a/docs/Manpage.md b/docs/Manpage.md index ee610a483c18a..54a2aab37671c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2142,17 +2142,13 @@ see: : 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. To pass flags to the command, use `--` to separate them from the `brew` flags. For example: `brew debugger -- list --formula`. -`-s`, `--stop` - -: Stop at the beginning of the script. - `-O`, `--open` : Start remote debugging over a Unix socket. diff --git a/manpages/brew.1 b/manpages/brew.1 index 9122a34752531..f5e99308a1ddb 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1363,14 +1363,11 @@ Generate the new formula within the given tap, specified as \fIuser\fP\fB/\fP\fI .TP \fB\-f\fP, \fB\-\-force\fP 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\. .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\&\. .TP -\fB\-s\fP, \fB\-\-stop\fP -Stop at the beginning of the script\. -.TP \fB\-O\fP, \fB\-\-open\fP Start remote debugging over a Unix socket\. .SS "\fBdispatch\-build\-bottle\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]"