docs: run brew generate-man-completions

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-02-05 13:39:02 +01:00
parent 291edf5d30
commit 4c1f2b65bc
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View File

@ -345,13 +345,13 @@ __fish_brew_complete_arg 'audit' -l git -d 'Run additional, slower style checks
__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 formulae or casks and implies `--strict` and `--online`'
__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for app signing, which is required by macOS on ARM'
__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for app signatures, which are required by macOS 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 os -d 'Audit the given operating system. (Pass `all` to audit all operating systems.)'
__fish_brew_complete_arg 'audit' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'audit' -l signing -d 'Audit for app signing, which is required by macOS on ARM'
__fish_brew_complete_arg 'audit' -l signing -d 'Audit for app signatures, which are required by macOS 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 formulae and casks within the given tap, specified as user`/`repo'

View File

@ -458,13 +458,13 @@ _brew_audit() {
'--help[Show this message]' \
'(--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 formulae or casks and implies `--strict` and `--online`]' \
'--no-signing[Audit for app signing, which is required by macOS on ARM]' \
'--no-signing[Audit for app signatures, which are required by macOS 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)--only-cops[Specify a comma-separated cops list to check for violations of only the listed RuboCop cops]' \
'--os[Audit the given operating system. (Pass `all` to audit all operating systems.)]' \
'--quiet[Make some output more quiet]' \
'--signing[Audit for app signing, which is required by macOS on ARM]' \
'--signing[Audit for app signatures, which are required by macOS on ARM]' \
'--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 formulae and casks within the given tap, specified as user`/`repo]' \

View File

@ -1656,7 +1656,7 @@ checks. Will exit with a non-zero status if any errors are found.
`--[no-]signing`
: Audit for app signing, which is required by macOS on ARM.
: Audit for app signatures, which are required by macOS on ARM.
`--token-conflicts`

View File

@ -1041,7 +1041,7 @@ Evaluate all available formulae and casks, whether installed or not, to audit th
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\fP and \fB\-\-online\fP\&\.
.TP
\fB\-\-[no\-]signing\fP
Audit for app signing, which is required by macOS on ARM\.
Audit for app signatures, which are required by macOS on ARM\.
.TP
\fB\-\-token\-conflicts\fP
Audit for token conflicts\.