From af14bcb69b120fc6ad816d76138ee3ec181f0503 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:45:42 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 1 - completions/fish/brew.fish | 1 - completions/zsh/_brew | 1 - docs/Manpage.md | 4 ---- manpages/brew.1 | 3 --- 5 files changed, 10 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 9b11a30207..9179a06f0d 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -444,7 +444,6 @@ _brew_audit() { --skip-style --strict --tap - --token-conflicts --verbose " return diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 04701edb8d..6dd4787b99 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index fe82678362..c0c844291e 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -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]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 082d03949d..e09f769332 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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 diff --git a/manpages/brew.1 b/manpages/brew.1 index a0bcbde4e4..8f387e3780 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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