Merge pull request #16302 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
		
						commit
						08b78357a1
					
				@ -332,7 +332,7 @@ __fish_brew_complete_arg 'audit' -l formula -d 'Treat all named arguments as for
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l git -d 'Run additional, slower style checks that navigate the Git repository'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l help -d 'Show this message'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l installed -d 'Only check formulae and casks that are currently installed'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l new -d 'Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formula and implies `--strict` and `--online`'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l new -d 'Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formulae or casks and implies `--strict` and `--online`'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for signed apps, which are required on ARM'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l online -d 'Run additional, slower style checks that require a network connection'
 | 
			
		||||
__fish_brew_complete_arg 'audit' -l only -d 'Specify a comma-separated method list to only run the methods named `audit_`method'
 | 
			
		||||
 | 
			
		||||
@ -433,7 +433,7 @@ _brew_audit() {
 | 
			
		||||
    '--git[Run additional, slower style checks that navigate the Git repository]' \
 | 
			
		||||
    '--help[Show this message]' \
 | 
			
		||||
    '(--all)--installed[Only check formulae and casks that are currently installed]' \
 | 
			
		||||
    '--new[Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formula and implies `--strict` and `--online`]' \
 | 
			
		||||
    '--new[Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formulae or casks and implies `--strict` and `--online`]' \
 | 
			
		||||
    '--no-signing[Audit for signed apps, which are required on ARM]' \
 | 
			
		||||
    '--online[Run additional, slower style checks that require a network connection]' \
 | 
			
		||||
    '(--except --only-cops --except-cops)--only[Specify a comma-separated method list to only run the methods named `audit_`method]' \
 | 
			
		||||
 | 
			
		||||
@ -951,7 +951,7 @@ non-zero status if any errors are found.
 | 
			
		||||
* `--eval-all`:
 | 
			
		||||
  Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set.
 | 
			
		||||
* `--new`:
 | 
			
		||||
  Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formula and implies `--strict` and `--online`.
 | 
			
		||||
  Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formulae or casks and implies `--strict` and `--online`.
 | 
			
		||||
* `--[no-]signing`:
 | 
			
		||||
  Audit for signed apps, which are required on ARM
 | 
			
		||||
* `--token-conflicts`:
 | 
			
		||||
 | 
			
		||||
@ -1329,7 +1329,7 @@ Evaluate all available formulae and casks, whether installed or not, to audit th
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-new\fR
 | 
			
		||||
Run various additional style checks to determine if a new formula or cask is eligible for Homebrew\. This should be used when creating new formula and implies \fB\-\-strict\fR and \fB\-\-online\fR\.
 | 
			
		||||
Run various additional style checks to determine if a new formula or cask is eligible for Homebrew\. This should be used when creating new formulae or casks and implies \fB\-\-strict\fR and \fB\-\-online\fR\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-\-[no\-]signing\fR
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user