Merge pull request #20161 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Mike McQuaid 2025-06-23 16:06:13 +00:00 committed by GitHub
commit 27b9bf2377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 0 additions and 10 deletions

View File

@ -444,7 +444,6 @@ _brew_audit() {
--skip-style
--strict
--tap
--token-conflicts
--verbose
"
return

View File

@ -363,7 +363,6 @@ __fish_brew_complete_arg 'audit' -l signing -d 'Audit for app signatures, which
__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'
__fish_brew_complete_arg 'audit' -l token-conflicts -d 'Audit for token conflicts'
__fish_brew_complete_arg 'audit' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'audit; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
__fish_brew_complete_arg 'audit; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'

View File

@ -486,7 +486,6 @@ _brew_audit() {
'--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]' \
'--token-conflicts[Audit for token conflicts]' \
'--verbose[Make some output more verbose]' \
- formula \
'(--cask)--formula[Treat all named arguments as formulae]' \

View File

@ -1987,10 +1987,6 @@ checks. Will exit with a non-zero status if any errors are found.
: Audit for app signatures, which are required by macOS on ARM.
`--token-conflicts`
: Audit for token conflicts.
`--tap`
: Check formulae and casks within the given tap, specified as

View File

@ -1236,9 +1236,6 @@ Run various additional style checks to determine if a new formula or cask is eli
\fB\-\-[no\-]signing\fP
Audit for app signatures, which are required by macOS on ARM\.
.TP
\fB\-\-token\-conflicts\fP
Audit for token conflicts\.
.TP
\fB\-\-tap\fP
Check formulae and casks within the given tap, specified as \fIuser\fP\fB/\fP\fIrepo\fP\&\.
.TP