mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +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
4759ca9430
commit
af14bcb69b
@ -444,7 +444,6 @@ _brew_audit() {
|
||||
--skip-style
|
||||
--strict
|
||||
--tap
|
||||
--token-conflicts
|
||||
--verbose
|
||||
"
|
||||
return
|
||||
|
@ -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)'
|
||||
|
@ -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]' \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user