From fbae560fd71157f365dd8712bff03e8851193b39 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:22:26 +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 | 2 ++ completions/fish/brew.fish | 2 ++ completions/zsh/_brew | 2 ++ docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 12 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 4ef33450a1..76ad9a2023 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -363,10 +363,12 @@ _brew_audit() { --installed --new --no-appcast + --no-signing --online --only --only-cops --quiet + --signing --skip-style --strict --tap diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 39fb714946..7bf15109df 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -343,10 +343,12 @@ __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 formula and implies `--strict` and `--online`' __fish_brew_complete_arg 'audit' -l no-appcast -d 'Audit the appcast' +__fish_brew_complete_arg 'audit' -l no-signing -d 'Audit for signed apps, which are required 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 quiet -d 'Make some output more quiet' +__fish_brew_complete_arg 'audit' -l signing -d 'Audit for signed apps, which are required 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 the formulae within the given tap, specified as user`/`repo' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 0ae301c17b..f8d8ea467b 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -424,10 +424,12 @@ _brew_audit() { '(--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 formula and implies `--strict` and `--online`]' \ '--no-appcast[Audit the appcast]' \ + '--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]' \ '--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]' \ '(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \ '--tap[Check the formulae within the given tap, specified as user`/`repo]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 17a564e242..1dff56dc4c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -893,6 +893,8 @@ non-zero status if any errors are found. Run various additional style checks to determine if a new formula or cask is eligible for Homebrew. This should be used when creating new formula and implies `--strict` and `--online`. * `--[no-]appcast`: Audit the appcast. +* `--[no-]signing`: + Audit for signed apps, which are required on ARM * `--token-conflicts`: Audit for token conflicts. * `--tap`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 79a11c3537..85b8a4a71a 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1252,6 +1252,10 @@ Run various additional style checks to determine if a new formula or cask is eli Audit the appcast\. . .TP +\fB\-\-[no\-]signing\fR +Audit for signed apps, which are required on ARM +. +.TP \fB\-\-token\-conflicts\fR Audit for token conflicts\. .