mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
docs: run brew generate-man-completions
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
291edf5d30
commit
4c1f2b65bc
@ -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 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 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 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 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 -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 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 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 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 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 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 tap -d 'Check formulae and casks within the given tap, specified as user`/`repo'
|
||||||
|
@ -458,13 +458,13 @@ _brew_audit() {
|
|||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'(--all)--installed[Only check formulae and casks that are currently installed]' \
|
'(--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`]' \
|
'--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]' \
|
'--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 --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]' \
|
'(--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.)]' \
|
'--os[Audit the given operating system. (Pass `all` to audit all operating systems.)]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--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]' \
|
'--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]' \
|
'(--only-cops --except-cops)--strict[Run additional, stricter style checks]' \
|
||||||
'--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \
|
'--tap[Check formulae and casks within the given tap, specified as user`/`repo]' \
|
||||||
|
@ -1656,7 +1656,7 @@ checks. Will exit with a non-zero status if any errors are found.
|
|||||||
|
|
||||||
`--[no-]signing`
|
`--[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`
|
`--token-conflicts`
|
||||||
|
|
||||||
|
@ -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\&\.
|
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
|
.TP
|
||||||
\fB\-\-[no\-]signing\fP
|
\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
|
.TP
|
||||||
\fB\-\-token\-conflicts\fP
|
\fB\-\-token\-conflicts\fP
|
||||||
Audit for token conflicts\.
|
Audit for token conflicts\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user