Merge pull request #19193 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
		
						commit
						9465364acc
					
				@ -1517,7 +1517,7 @@ __fish_brew_complete_arg 'tap' -l eval-all -d 'Evaluate all the formulae, casks
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l force -d 'Force install core taps even under API mode'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l help -d 'Show this message'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l quiet -d 'Make some output more quiet'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l repair -d 'Migrate tapped formulae from symlink-based to directory-based structure'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l repair -d 'Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -l verbose -d 'Make some output more verbose'
 | 
			
		||||
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1882,7 +1882,7 @@ _brew_tap() {
 | 
			
		||||
    '--force[Force install core taps even under API mode]' \
 | 
			
		||||
    '--help[Show this message]' \
 | 
			
		||||
    '--quiet[Make some output more quiet]' \
 | 
			
		||||
    '--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
 | 
			
		||||
    '--repair[Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed]' \
 | 
			
		||||
    '--verbose[Make some output more verbose]' \
 | 
			
		||||
    - tap \
 | 
			
		||||
    '*::tap:__brew_any_tap'
 | 
			
		||||
 | 
			
		||||
@ -1230,7 +1230,8 @@ HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.
 | 
			
		||||
 | 
			
		||||
`--repair`
 | 
			
		||||
 | 
			
		||||
: Migrate tapped formulae from symlink-based to directory-based structure.
 | 
			
		||||
: Add missing symlinks to tap manpages and shell completions. Correct git remote
 | 
			
		||||
  refs for any taps where upstream HEAD branch has been renamed.
 | 
			
		||||
 | 
			
		||||
`--eval-all`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
.\" generated by kramdown
 | 
			
		||||
.TH "BREW" "1" "January 2025" "Homebrew"
 | 
			
		||||
.TH "BREW" "1" "February 2025" "Homebrew"
 | 
			
		||||
.SH NAME
 | 
			
		||||
brew \- The Missing Package Manager for macOS (or Linux)
 | 
			
		||||
.SH "SYNOPSIS"
 | 
			
		||||
@ -771,7 +771,7 @@ With \fIURL\fP specified, tap a formula repository from anywhere, using any tran
 | 
			
		||||
Install or change a tap with a custom remote\. Useful for mirrors\.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-repair\fP
 | 
			
		||||
Migrate tapped formulae from symlink\-based to directory\-based structure\.
 | 
			
		||||
Add missing symlinks to tap manpages and shell completions\. Correct git remote refs for any taps where upstream HEAD branch has been renamed\.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-eval\-all\fP
 | 
			
		||||
Evaluate all the formulae, casks and aliases in the new tap to check validity\. Implied if \fB$HOMEBREW_EVAL_ALL\fP is set\.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user