Skip to content

Commit 5ffacaf

Browse files
authored
Merge pull request Homebrew#18063 from Homebrew/sponsors-maintainers-man-completions
2 parents f3a6aef + 6b2827c commit 5ffacaf

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

completions/bash/brew

-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,6 @@ _brew_debugger() {
792792
--help
793793
--open
794794
--quiet
795-
--stop
796795
--verbose
797796
"
798797
return

completions/fish/brew.fish

-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ __fish_brew_complete_arg 'debugger' -l debug -d 'Display any debugging informati
590590
__fish_brew_complete_arg 'debugger' -l help -d 'Show this message'
591591
__fish_brew_complete_arg 'debugger' -l open -d 'Start remote debugging over a Unix socket'
592592
__fish_brew_complete_arg 'debugger' -l quiet -d 'Make some output more quiet'
593-
__fish_brew_complete_arg 'debugger' -l stop -d 'Stop at the beginning of the script'
594593
__fish_brew_complete_arg 'debugger' -l verbose -d 'Make some output more verbose'
595594
__fish_brew_complete_arg 'debugger' -a '(__fish_brew_suggest_commands)'
596595

completions/zsh/_brew

-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ _brew_debugger() {
753753
'--help[Show this message]' \
754754
'--open[Start remote debugging over a Unix socket]' \
755755
'--quiet[Make some output more quiet]' \
756-
'--stop[Stop at the beginning of the script]' \
757756
'--verbose[Make some output more verbose]' \
758757
- command \
759758
'*::command:__brew_commands'

docs/Manpage.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2142,17 +2142,13 @@ see: <https://rubydoc.brew.sh/Formula>
21422142

21432143
: Ignore errors for disallowed formula names and names that shadow aliases.
21442144

2145-
### `debugger` \[`--stop`\] \[`--open`\] *`command`* \[...\]
2145+
### `debugger` \[`--open`\] *`command`* \[...\]
21462146

21472147
Run the specified Homebrew command in debug mode.
21482148

21492149
To pass flags to the command, use `--` to separate them from the `brew` flags.
21502150
For example: `brew debugger -- list --formula`.
21512151

2152-
`-s`, `--stop`
2153-
2154-
: Stop at the beginning of the script.
2155-
21562152
`-O`, `--open`
21572153

21582154
: Start remote debugging over a Unix socket.

manpages/brew.1

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

0 commit comments

Comments
 (0)