Merge pull request #11636 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
		
						commit
						b2478dcd1e
					
				@ -1639,6 +1639,7 @@ _brew_reinstall() {
 | 
			
		||||
      --force
 | 
			
		||||
      --force-bottle
 | 
			
		||||
      --formula
 | 
			
		||||
      --git
 | 
			
		||||
      --help
 | 
			
		||||
      --input-methoddir
 | 
			
		||||
      --interactive
 | 
			
		||||
 | 
			
		||||
@ -1125,6 +1125,7 @@ __fish_brew_complete_arg 'reinstall' -l fontdir -d 'Target location for Fonts (d
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l force -d 'Install without checking for previously installed keg-only or non-migrated versions'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l force-bottle -d 'Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l formula -d 'Treat all named arguments as formulae'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l git -d 'Create a Git repository, useful for creating patches to the software'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l help -d 'Show this message'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l input-methoddir -d 'Target location for Input Methods (default: `~/Library/Input Methods`)'
 | 
			
		||||
__fish_brew_complete_arg 'reinstall' -l interactive -d 'Download and patch formula, then open a shell. This allows the user to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew package'
 | 
			
		||||
 | 
			
		||||
@ -1374,6 +1374,7 @@ _brew_reinstall() {
 | 
			
		||||
    '(--formula)--fontdir[Target location for Fonts (default: `~/Library/Fonts`)]' \
 | 
			
		||||
    '--force[Install without checking for previously installed keg-only or non-migrated versions]' \
 | 
			
		||||
    '(--cask --build-from-source)--force-bottle[Install from a bottle if it exists for the current or newest version of macOS, even if it would not normally be used for installation]' \
 | 
			
		||||
    '(--cask)--git[Create a Git repository, useful for creating patches to the software]' \
 | 
			
		||||
    '--help[Show this message]' \
 | 
			
		||||
    '(--formula)--input-methoddir[Target location for Input Methods (default: `~/Library/Input Methods`)]' \
 | 
			
		||||
    '(--cask)--interactive[Download and patch formula, then open a shell. This allows the user to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew package]' \
 | 
			
		||||
@ -1398,7 +1399,7 @@ _brew_reinstall() {
 | 
			
		||||
    '(--casks --binaries --require-sha --quarantine --skip-cask-deps --appdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
 | 
			
		||||
    '*::formula:__brew_formulae' \
 | 
			
		||||
    - cask \
 | 
			
		||||
    '(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times)--cask[Treat all named arguments as casks]' \
 | 
			
		||||
    '(--formulae --build-from-source --interactive --force-bottle --keep-tmp --display-times --git)--cask[Treat all named arguments as casks]' \
 | 
			
		||||
    '*::cask:__brew_casks'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -500,6 +500,8 @@ reinstalled formulae or, every 30 days, for all formulae.
 | 
			
		||||
  Retain the temporary files created during installation.
 | 
			
		||||
* `--display-times`:
 | 
			
		||||
  Print install times for each formula at the end of the run.
 | 
			
		||||
* `-g`, `--git`:
 | 
			
		||||
  Create a Git repository, useful for creating patches to the software.
 | 
			
		||||
* `--cask`:
 | 
			
		||||
  Treat all named arguments as casks.
 | 
			
		||||
* `--[no-]binaries`:
 | 
			
		||||
 | 
			
		||||
@ -687,6 +687,10 @@ Retain the temporary files created during installation\.
 | 
			
		||||
Print install times for each formula at the end of the run\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-g\fR, \fB\-\-git\fR
 | 
			
		||||
Create a Git repository, useful for creating patches to the software\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-cask\fR
 | 
			
		||||
Treat all named arguments as casks\.
 | 
			
		||||
.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user