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:
		
							parent
							
								
									f3a6aef809
								
							
						
					
					
						commit
						6b2827cbda
					
				@ -792,7 +792,6 @@ _brew_debugger() {
 | 
			
		||||
      --help
 | 
			
		||||
      --open
 | 
			
		||||
      --quiet
 | 
			
		||||
      --stop
 | 
			
		||||
      --verbose
 | 
			
		||||
      "
 | 
			
		||||
      return
 | 
			
		||||
 | 
			
		||||
@ -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)'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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'
 | 
			
		||||
 | 
			
		||||
@ -2142,17 +2142,13 @@ see: <https://rubydoc.brew.sh/Formula>
 | 
			
		||||
 | 
			
		||||
: 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.
 | 
			
		||||
 | 
			
		||||
@ -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[\.\.\.]"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user