Merge pull request #14220 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
135725287b
@ -363,10 +363,12 @@ _brew_audit() {
|
||||
--installed
|
||||
--new
|
||||
--no-appcast
|
||||
--no-signing
|
||||
--online
|
||||
--only
|
||||
--only-cops
|
||||
--quiet
|
||||
--signing
|
||||
--skip-style
|
||||
--strict
|
||||
--tap
|
||||
|
||||
@ -343,10 +343,12 @@ __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 no-appcast -d 'Audit the appcast'
|
||||
__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'
|
||||
__fish_brew_complete_arg 'audit' -l only-cops -d 'Specify a comma-separated cops list to check for violations of only the listed RuboCop cops'
|
||||
__fish_brew_complete_arg 'audit' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'audit' -l signing -d 'Audit for signed apps, which are required on ARM'
|
||||
__fish_brew_complete_arg 'audit' -l skip-style -d 'Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name'
|
||||
__fish_brew_complete_arg 'audit' -l strict -d 'Run additional, stricter style checks'
|
||||
__fish_brew_complete_arg 'audit' -l tap -d 'Check the formulae within the given tap, specified as user`/`repo'
|
||||
|
||||
@ -424,10 +424,12 @@ _brew_audit() {
|
||||
'(--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`]' \
|
||||
'--no-appcast[Audit the appcast]' \
|
||||
'--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]' \
|
||||
'(--except-cops --strict --except-cops --only --display-cop-names)--only-cops[Specify a comma-separated cops list to check for violations of only the listed RuboCop cops]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--signing[Audit for signed apps, which are required on ARM]' \
|
||||
'(--display-cop-names)--skip-style[Skip running non-RuboCop style checks. Useful if you plan on running `brew style` separately. Enabled by default unless a formula is specified by name]' \
|
||||
'(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \
|
||||
'--tap[Check the formulae within the given tap, specified as user`/`repo]' \
|
||||
|
||||
@ -893,6 +893,8 @@ non-zero status if any errors are found.
|
||||
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`.
|
||||
* `--[no-]appcast`:
|
||||
Audit the appcast.
|
||||
* `--[no-]signing`:
|
||||
Audit for signed apps, which are required on ARM
|
||||
* `--token-conflicts`:
|
||||
Audit for token conflicts.
|
||||
* `--tap`:
|
||||
|
||||
@ -1252,6 +1252,10 @@ Run various additional style checks to determine if a new formula or cask is eli
|
||||
Audit the appcast\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-[no\-]signing\fR
|
||||
Audit for signed apps, which are required on ARM
|
||||
.
|
||||
.TP
|
||||
\fB\-\-token\-conflicts\fR
|
||||
Audit for token conflicts\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user