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:
BrewTestBot 2024-08-19 11:57:14 +00:00
parent a2a92fa46d
commit 143b39cfc9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 12 additions and 4 deletions

View File

@ -2345,6 +2345,7 @@ _brew_tc() {
;; ;;
*) ;; *) ;;
esac esac
__brew_complete_tapped
} }
_brew_test() { _brew_test() {
@ -2414,6 +2415,7 @@ _brew_typecheck() {
;; ;;
*) ;; *) ;;
esac esac
__brew_complete_tapped
} }
_brew_unbottled() { _brew_unbottled() {

View File

@ -1534,6 +1534,7 @@ __fish_brew_complete_arg 'tc' -l suggest-typed -d 'Try upgrading `typed` sigils'
__fish_brew_complete_arg 'tc' -l update -d 'Update RBI files' __fish_brew_complete_arg 'tc' -l update -d 'Update RBI files'
__fish_brew_complete_arg 'tc' -l update-all -d 'Update all RBI files rather than just updated gems' __fish_brew_complete_arg 'tc' -l update-all -d 'Update all RBI files rather than just updated gems'
__fish_brew_complete_arg 'tc' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'tc' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'tc' -a '(__fish_brew_suggest_taps_installed)'
__fish_brew_complete_cmd 'test' 'Run the test method provided by an installed formula' __fish_brew_complete_cmd 'test' 'Run the test method provided by an installed formula'
@ -1576,6 +1577,7 @@ __fish_brew_complete_arg 'typecheck' -l suggest-typed -d 'Try upgrading `typed`
__fish_brew_complete_arg 'typecheck' -l update -d 'Update RBI files' __fish_brew_complete_arg 'typecheck' -l update -d 'Update RBI files'
__fish_brew_complete_arg 'typecheck' -l update-all -d 'Update all RBI files rather than just updated gems' __fish_brew_complete_arg 'typecheck' -l update-all -d 'Update all RBI files rather than just updated gems'
__fish_brew_complete_arg 'typecheck' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'typecheck' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'typecheck' -a '(__fish_brew_suggest_taps_installed)'
__fish_brew_complete_cmd 'unbottled' 'Show the unbottled dependents of formulae' __fish_brew_complete_cmd 'unbottled' 'Show the unbottled dependents of formulae'

View File

@ -1902,7 +1902,9 @@ _brew_tc() {
'--suggest-typed[Try upgrading `typed` sigils]' \ '--suggest-typed[Try upgrading `typed` sigils]' \
'(--lsp)--update[Update RBI files]' \ '(--lsp)--update[Update RBI files]' \
'(--lsp)--update-all[Update all RBI files rather than just updated gems]' \ '(--lsp)--update-all[Update all RBI files rather than just updated gems]' \
'--verbose[Make some output more verbose]' '--verbose[Make some output more verbose]' \
- tap \
'*::tap:__brew_any_tap'
} }
# brew test # brew test
@ -1951,7 +1953,9 @@ _brew_typecheck() {
'--suggest-typed[Try upgrading `typed` sigils]' \ '--suggest-typed[Try upgrading `typed` sigils]' \
'(--lsp)--update[Update RBI files]' \ '(--lsp)--update[Update RBI files]' \
'(--lsp)--update-all[Update all RBI files rather than just updated gems]' \ '(--lsp)--update-all[Update all RBI files rather than just updated gems]' \
'--verbose[Make some output more verbose]' '--verbose[Make some output more verbose]' \
- tap \
'*::tap:__brew_any_tap'
} }
# brew unbottled # brew unbottled

View File

@ -2762,7 +2762,7 @@ Run Homebrew's unit and integration tests.
: Randomise tests with the specified *`value`* instead of a random seed. : Randomise tests with the specified *`value`* instead of a random seed.
### `typecheck`, `tc` \[*`options`*\] ### `typecheck`, `tc` \[*`options`*\] \[*`tap`* ...\]
Check for typechecking errors using Sorbet. Check for typechecking errors using Sorbet.

View File

@ -1764,7 +1764,7 @@ Run the test suite serially to find the \fIn\fP slowest tests\.
.TP .TP
\fB\-\-seed\fP \fB\-\-seed\fP
Randomise tests with the specified \fIvalue\fP instead of a random seed\. Randomise tests with the specified \fIvalue\fP instead of a random seed\.
.SS "\fBtypecheck\fP, \fBtc\fP \fR[\fIoptions\fP]" .SS "\fBtypecheck\fP, \fBtc\fP \fR[\fIoptions\fP] \fR[\fItap\fP \.\.\.]"
Check for typechecking errors using Sorbet\. Check for typechecking errors using Sorbet\.
.TP .TP
\fB\-\-fix\fP \fB\-\-fix\fP