Merge pull request #17340 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
		
						commit
						7c620029fb
					
				@ -1814,6 +1814,7 @@ _brew_prof() {
 | 
				
			|||||||
      --quiet
 | 
					      --quiet
 | 
				
			||||||
      --stackprof
 | 
					      --stackprof
 | 
				
			||||||
      --verbose
 | 
					      --verbose
 | 
				
			||||||
 | 
					      --vernier
 | 
				
			||||||
      "
 | 
					      "
 | 
				
			||||||
      return
 | 
					      return
 | 
				
			||||||
      ;;
 | 
					      ;;
 | 
				
			||||||
 | 
				
			|||||||
@ -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 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 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 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)'
 | 
					__fish_brew_complete_arg 'prof' -a '(__fish_brew_suggest_commands)'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1529,6 +1529,7 @@ _brew_prof() {
 | 
				
			|||||||
    '--quiet[Make some output more quiet]' \
 | 
					    '--quiet[Make some output more quiet]' \
 | 
				
			||||||
    '--stackprof[Use `stackprof` instead of `ruby-prof` (the default)]' \
 | 
					    '--stackprof[Use `stackprof` instead of `ruby-prof` (the default)]' \
 | 
				
			||||||
    '--verbose[Make some output more verbose]' \
 | 
					    '--verbose[Make some output more verbose]' \
 | 
				
			||||||
 | 
					    '--vernier[Use `vernier` instead of `ruby-prof` (the default)]' \
 | 
				
			||||||
    - command \
 | 
					    - command \
 | 
				
			||||||
    '*::command:__brew_commands'
 | 
					    '*::command:__brew_commands'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -2507,7 +2507,7 @@ Apply the bottle commit and publish bottles to a host.
 | 
				
			|||||||
: Use the specified download strategy class for downloading the bottle's URL
 | 
					: Use the specified download strategy class for downloading the bottle's URL
 | 
				
			||||||
  instead of Homebrew's default.
 | 
					  instead of Homebrew's default.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `prof` \[`--stackprof`\] *`command`* \[...\]
 | 
					### `prof` \[`--stackprof`\] \[`--vernier`\] *`command`* \[...\]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
 | 
					Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -2515,6 +2515,10 @@ Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
: Use `stackprof` instead of `ruby-prof` (the default).
 | 
					: Use `stackprof` instead of `ruby-prof` (the default).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`--vernier`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					: Use `vernier` instead of `ruby-prof` (the default).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `release` \[`--major`\] \[`--minor`\]
 | 
					### `release` \[`--major`\] \[`--minor`\]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Create a new draft Homebrew/brew release with the appropriate version number and
 | 
					Create a new draft Homebrew/brew release with the appropriate version number and
 | 
				
			||||||
 | 
				
			|||||||
@ -1598,11 +1598,14 @@ Use the specified \fIURL\fP as the root of the bottle\[u2019]s URL instead of Ho
 | 
				
			|||||||
.TP
 | 
					.TP
 | 
				
			||||||
\fB\-\-root\-url\-using\fP
 | 
					\fB\-\-root\-url\-using\fP
 | 
				
			||||||
Use the specified download strategy class for downloading the bottle\[u2019]s URL instead of Homebrew\[u2019]s default\.
 | 
					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\&\.
 | 
					Run Homebrew with a Ruby profiler\. For example, \fBbrew prof readall\fP\&\.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
\fB\-\-stackprof\fP
 | 
					\fB\-\-stackprof\fP
 | 
				
			||||||
Use \fBstackprof\fP instead of \fBruby\-prof\fP (the default)\.
 | 
					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]"
 | 
					.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\.
 | 
					Create a new draft Homebrew/brew release with the appropriate version number and release notes\.
 | 
				
			||||||
.P
 | 
					.P
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user