mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
ecb302c618
commit
f8ad848e9e
@ -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 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 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 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 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'
|
||||||
|
@ -433,7 +433,7 @@ _brew_audit() {
|
|||||||
'--git[Run additional, slower style checks that navigate the Git repository]' \
|
'--git[Run additional, slower style checks that navigate the Git repository]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'(--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 formulae or casks and implies `--strict` and `--online`]' \
|
||||||
'--no-signing[Audit for signed apps, which are required on ARM]' \
|
'--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]' \
|
||||||
|
@ -951,7 +951,7 @@ non-zero status if any errors are found.
|
|||||||
* `--eval-all`:
|
* `--eval-all`:
|
||||||
Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set.
|
Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set.
|
||||||
* `--new`:
|
* `--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`:
|
* `--[no-]signing`:
|
||||||
Audit for signed apps, which are required on ARM
|
Audit for signed apps, which are required on ARM
|
||||||
* `--token-conflicts`:
|
* `--token-conflicts`:
|
||||||
|
@ -1329,7 +1329,7 @@ Evaluate all available formulae and casks, whether installed or not, to audit th
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-new\fR
|
\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
|
.TP
|
||||||
\fB\-\-[no\-]signing\fR
|
\fB\-\-[no\-]signing\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user