Merge pull request #12468 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
		
						commit
						1564d76865
					
				@ -1937,6 +1937,7 @@ _brew_tap_new() {
 | 
			
		||||
      __brewcomp "
 | 
			
		||||
      --branch
 | 
			
		||||
      --debug
 | 
			
		||||
      --github-packages
 | 
			
		||||
      --help
 | 
			
		||||
      --no-git
 | 
			
		||||
      --pull-label
 | 
			
		||||
 | 
			
		||||
@ -1314,6 +1314,7 @@ __fish_brew_complete_arg 'tap-info' -a '(__fish_brew_suggest_taps_installed)'
 | 
			
		||||
__fish_brew_complete_cmd 'tap-new' 'Generate the template files for a new tap'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l branch -d 'Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l debug -d 'Display any debugging information'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l github-packages -d 'Upload bottles to GitHub Packages'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l help -d 'Show this message'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l no-git -d 'Don\'t initialize a Git repository for the tap'
 | 
			
		||||
__fish_brew_complete_arg 'tap-new' -l pull-label -d 'Label name for pull requests ready to be pulled (default: `pr-pull`)'
 | 
			
		||||
 | 
			
		||||
@ -1608,6 +1608,7 @@ _brew_tap_new() {
 | 
			
		||||
  _arguments \
 | 
			
		||||
    '--branch[Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`)]' \
 | 
			
		||||
    '--debug[Display any debugging information]' \
 | 
			
		||||
    '--github-packages[Upload bottles to GitHub Packages]' \
 | 
			
		||||
    '--help[Show this message]' \
 | 
			
		||||
    '--no-git[Don'\''t initialize a Git repository for the tap]' \
 | 
			
		||||
    '--pull-label[Label name for pull requests ready to be pulled (default: `pr-pull`)]' \
 | 
			
		||||
 | 
			
		||||
@ -1398,6 +1398,8 @@ Generate the template files for a new tap.
 | 
			
		||||
  Label name for pull requests ready to be pulled (default: `pr-pull`).
 | 
			
		||||
* `--branch`:
 | 
			
		||||
  Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: `main`).
 | 
			
		||||
* `--github-packages`:
 | 
			
		||||
  Upload bottles to GitHub Packages.
 | 
			
		||||
 | 
			
		||||
### `test` [*`options`*] *`installed_formula`* [...]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1986,6 +1986,10 @@ Label name for pull requests ready to be pulled (default: \fBpr\-pull\fR)\.
 | 
			
		||||
\fB\-\-branch\fR
 | 
			
		||||
Initialize Git repository and setup GitHub Actions workflows with the specified branch name (default: \fBmain\fR)\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-github\-packages\fR
 | 
			
		||||
Upload bottles to GitHub Packages\.
 | 
			
		||||
.
 | 
			
		||||
.SS "\fBtest\fR [\fIoptions\fR] \fIinstalled_formula\fR [\.\.\.]"
 | 
			
		||||
Run the test method provided by an installed formula\. There is no standard output or return code, but generally it should notify the user if something is wrong with the installed formula\.
 | 
			
		||||
.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user