Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
f656f816bf
commit
fbae560fd7
@ -363,10 +363,12 @@ _brew_audit() {
|
|||||||
--installed
|
--installed
|
||||||
--new
|
--new
|
||||||
--no-appcast
|
--no-appcast
|
||||||
|
--no-signing
|
||||||
--online
|
--online
|
||||||
--only
|
--only
|
||||||
--only-cops
|
--only-cops
|
||||||
--quiet
|
--quiet
|
||||||
|
--signing
|
||||||
--skip-style
|
--skip-style
|
||||||
--strict
|
--strict
|
||||||
--tap
|
--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 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 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-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 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 -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 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 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 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 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'
|
__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]' \
|
'(--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 formula and implies `--strict` and `--online`]' \
|
||||||
'--no-appcast[Audit the appcast]' \
|
'--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]' \
|
'--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 --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]' \
|
'(--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]' \
|
'--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]' \
|
'(--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]' \
|
'(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \
|
||||||
'--tap[Check the formulae within the given tap, specified as user`/`repo]' \
|
'--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`.
|
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`:
|
* `--[no-]appcast`:
|
||||||
Audit the appcast.
|
Audit the appcast.
|
||||||
|
* `--[no-]signing`:
|
||||||
|
Audit for signed apps, which are required on ARM
|
||||||
* `--token-conflicts`:
|
* `--token-conflicts`:
|
||||||
Audit for token conflicts.
|
Audit for token conflicts.
|
||||||
* `--tap`:
|
* `--tap`:
|
||||||
|
|||||||
@ -1252,6 +1252,10 @@ Run various additional style checks to determine if a new formula or cask is eli
|
|||||||
Audit the appcast\.
|
Audit the appcast\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-[no\-]signing\fR
|
||||||
|
Audit for signed apps, which are required on ARM
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fB\-\-token\-conflicts\fR
|
\fB\-\-token\-conflicts\fR
|
||||||
Audit for token conflicts\.
|
Audit for token conflicts\.
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user