Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manpage and completions. #15199

Merged
merged 1 commit into from Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions completions/bash/brew
Expand Up @@ -349,7 +349,6 @@ _brew_audit() {
--audit-debug
--cask
--debug
--display-cop-names
--display-filename
--eval-all
--except
Expand Down Expand Up @@ -2025,7 +2024,6 @@ _brew_style() {
__brewcomp "
--cask
--debug
--display-cop-names
--except-cops
--fix
--formula
Expand Down
2 changes: 0 additions & 2 deletions completions/fish/brew.fish
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
8 changes: 3 additions & 5 deletions completions/zsh/_brew
Expand Up @@ -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]' \
Expand All @@ -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]' \
Expand Down Expand Up @@ -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]' \
Expand Down
4 changes: 0 additions & 4 deletions docs/Manpage.md
Expand Up @@ -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`:
Expand Down Expand Up @@ -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`:
Expand Down
8 changes: 0 additions & 8 deletions manpages/brew.1
Expand Up @@ -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\.
.
Expand Down Expand Up @@ -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\.
.
Expand Down