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
a59c8cf844
commit
2cfa21757d
@ -349,7 +349,6 @@ _brew_audit() {
|
||||
--audit-debug
|
||||
--cask
|
||||
--debug
|
||||
--display-cop-names
|
||||
--display-filename
|
||||
--eval-all
|
||||
--except
|
||||
@ -2025,7 +2024,6 @@ _brew_style() {
|
||||
__brewcomp "
|
||||
--cask
|
||||
--debug
|
||||
--display-cop-names
|
||||
--except-cops
|
||||
--fix
|
||||
--formula
|
||||
|
@ -331,7 +331,6 @@ __fish_brew_complete_cmd 'audit' 'Check formula for Homebrew coding style violat
|
||||
__fish_brew_complete_arg 'audit' -l audit-debug -d 'Enable debugging and profiling of audit methods'
|
||||
__fish_brew_complete_arg 'audit' -l cask -d 'Treat all named arguments as casks'
|
||||
__fish_brew_complete_arg 'audit' -l debug -d 'Display any debugging information'
|
||||
__fish_brew_complete_arg 'audit' -l display-cop-names -d 'Include the RuboCop cop name for each violation in the output'
|
||||
__fish_brew_complete_arg 'audit' -l display-filename -d 'Prefix every line of output with the file or formula name being audited, to make output easy to grep'
|
||||
__fish_brew_complete_arg 'audit' -l eval-all -d 'Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set'
|
||||
__fish_brew_complete_arg 'audit' -l except -d 'Specify a comma-separated method list to skip running the methods named `audit_`method'
|
||||
@ -1369,7 +1368,6 @@ __fish_brew_complete_arg 'sh' -l verbose -d 'Make some output more verbose'
|
||||
__fish_brew_complete_cmd 'style' 'Check formulae or files for conformance to Homebrew style guidelines'
|
||||
__fish_brew_complete_arg 'style' -l cask -d 'Treat all named arguments as casks'
|
||||
__fish_brew_complete_arg 'style' -l debug -d 'Display any debugging information'
|
||||
__fish_brew_complete_arg 'style' -l display-cop-names -d 'Include the RuboCop cop name for each violation in the output'
|
||||
__fish_brew_complete_arg 'style' -l except-cops -d 'Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops'
|
||||
__fish_brew_complete_arg 'style' -l fix -d 'Fix style violations automatically using RuboCop\'s auto-correct feature'
|
||||
__fish_brew_complete_arg 'style' -l formula -d 'Treat all named arguments as formulae'
|
||||
|
@ -419,11 +419,10 @@ _brew_audit() {
|
||||
_arguments \
|
||||
'--audit-debug[Enable debugging and profiling of audit methods]' \
|
||||
'--debug[Display any debugging information]' \
|
||||
'(--skip-style --only-cops --except-cops)--display-cop-names[Include the RuboCop cop name for each violation in the output]' \
|
||||
'--display-filename[Prefix every line of output with the file or formula name being audited, to make output easy to grep]' \
|
||||
'--eval-all[Evaluate all available formulae and casks, whether installed or not, to audit them. Implied if `HOMEBREW_EVAL_ALL` is set]' \
|
||||
'(--only)--except[Specify a comma-separated method list to skip running the methods named `audit_`method]' \
|
||||
'(--only-cops --strict --only-cops --only --display-cop-names)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \
|
||||
'(--only-cops --strict --only-cops --only)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \
|
||||
'--fix[Fix style violations automatically using RuboCop'\''s auto-correct feature]' \
|
||||
'--git[Run additional, slower style checks that navigate the Git repository]' \
|
||||
'--help[Show this message]' \
|
||||
@ -432,10 +431,10 @@ _brew_audit() {
|
||||
'--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]' \
|
||||
'(--except-cops --strict --except-cops --only)--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]' \
|
||||
'--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]' \
|
||||
'--token-conflicts[Audit for token conflicts]' \
|
||||
@ -1672,7 +1671,6 @@ _brew_sh() {
|
||||
_brew_style() {
|
||||
_arguments \
|
||||
'--debug[Display any debugging information]' \
|
||||
'--display-cop-names[Include the RuboCop cop name for each violation in the output]' \
|
||||
'(--only-cops)--except-cops[Specify a comma-separated cops list to skip checking for violations of the listed RuboCop cops]' \
|
||||
'--fix[Fix style violations automatically using RuboCop'\''s auto-correct feature]' \
|
||||
'--help[Show this message]' \
|
||||
|
@ -916,8 +916,6 @@ non-zero status if any errors are found.
|
||||
Check the formulae within the given tap, specified as *`user`*`/`*`repo`*.
|
||||
* `--fix`:
|
||||
Fix style violations automatically using RuboCop's auto-correct feature.
|
||||
* `--display-cop-names`:
|
||||
Include the RuboCop cop name for each violation in the output.
|
||||
* `--display-filename`:
|
||||
Prefix every line of output with the file or formula name being audited, to make output easy to grep.
|
||||
* `--skip-style`:
|
||||
@ -1486,8 +1484,6 @@ including core code and all formulae.
|
||||
|
||||
* `--fix`:
|
||||
Fix style violations automatically using RuboCop's auto-correct feature.
|
||||
* `--display-cop-names`:
|
||||
Include the RuboCop cop name for each violation in the output.
|
||||
* `--reset-cache`:
|
||||
Reset the RuboCop cache.
|
||||
* `--formula`:
|
||||
|
@ -1279,10 +1279,6 @@ Check the formulae within the given tap, specified as \fIuser\fR\fB/\fR\fIrepo\f
|
||||
Fix style violations automatically using RuboCop\'s auto\-correct feature\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-display\-cop\-names\fR
|
||||
Include the RuboCop cop name for each violation in the output\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-display\-filename\fR
|
||||
Prefix every line of output with the file or formula name being audited, to make output easy to grep\.
|
||||
.
|
||||
@ -2120,10 +2116,6 @@ Lists of \fIfile\fR, \fItap\fR and \fIformula\fR may not be combined\. If none a
|
||||
Fix style violations automatically using RuboCop\'s auto\-correct feature\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-display\-cop\-names\fR
|
||||
Include the RuboCop cop name for each violation in the output\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-reset\-cache\fR
|
||||
Reset the RuboCop cache\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user