mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
parent
0c63b1fe27
commit
191ea2451f
@ -1135,6 +1135,7 @@ _brew_install_bundler_gems() {
|
|||||||
-*)
|
-*)
|
||||||
__brewcomp "
|
__brewcomp "
|
||||||
--debug
|
--debug
|
||||||
|
--groups
|
||||||
--help
|
--help
|
||||||
--quiet
|
--quiet
|
||||||
--verbose
|
--verbose
|
||||||
|
@ -828,6 +828,7 @@ __fish_brew_complete_arg 'install; and not __fish_seen_argument -l formula -l fo
|
|||||||
|
|
||||||
__fish_brew_complete_cmd 'install-bundler-gems' 'Install Homebrew\'s Bundler gems'
|
__fish_brew_complete_cmd 'install-bundler-gems' 'Install Homebrew\'s Bundler gems'
|
||||||
__fish_brew_complete_arg 'install-bundler-gems' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'install-bundler-gems' -l debug -d 'Display any debugging information'
|
||||||
|
__fish_brew_complete_arg 'install-bundler-gems' -l groups -d 'Installs the specified comma-separated list of gem groups (default: last used)'
|
||||||
__fish_brew_complete_arg 'install-bundler-gems' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'install-bundler-gems' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'install-bundler-gems' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'install-bundler-gems' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'install-bundler-gems' -l verbose -d 'Make some output more verbose'
|
__fish_brew_complete_arg 'install-bundler-gems' -l verbose -d 'Make some output more verbose'
|
||||||
|
@ -1016,6 +1016,7 @@ _brew_install() {
|
|||||||
_brew_install_bundler_gems() {
|
_brew_install_bundler_gems() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
|
'--groups[Installs the specified comma-separated list of gem groups (default: last used)]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--verbose[Make some output more verbose]'
|
'--verbose[Make some output more verbose]'
|
||||||
|
@ -1095,10 +1095,13 @@ Generate Homebrew's manpages and shell completions.
|
|||||||
* `--fail-if-not-changed`:
|
* `--fail-if-not-changed`:
|
||||||
Return a failing status code if no changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date).
|
Return a failing status code if no changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date).
|
||||||
|
|
||||||
### `install-bundler-gems`
|
### `install-bundler-gems` [*`--groups`*`=`]
|
||||||
|
|
||||||
Install Homebrew's Bundler gems.
|
Install Homebrew's Bundler gems.
|
||||||
|
|
||||||
|
* `--groups`:
|
||||||
|
Installs the specified comma-separated list of gem groups (default: last used).
|
||||||
|
|
||||||
### `irb` [*`--examples`*] [*`--pry`*]
|
### `irb` [*`--examples`*] [*`--pry`*]
|
||||||
|
|
||||||
Enter the interactive Homebrew Ruby shell.
|
Enter the interactive Homebrew Ruby shell.
|
||||||
|
@ -1539,9 +1539,13 @@ Generate Homebrew\'s manpages and shell completions\.
|
|||||||
\fB\-\-fail\-if\-not\-changed\fR
|
\fB\-\-fail\-if\-not\-changed\fR
|
||||||
Return a failing status code if no changes are detected in the manpage outputs\. This can be used to notify CI when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
|
Return a failing status code if no changes are detected in the manpage outputs\. This can be used to notify CI when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
|
||||||
.
|
.
|
||||||
.SS "\fBinstall\-bundler\-gems\fR"
|
.SS "\fBinstall\-bundler\-gems\fR [\fI\-\-groups\fR\fB=\fR]"
|
||||||
Install Homebrew\'s Bundler gems\.
|
Install Homebrew\'s Bundler gems\.
|
||||||
.
|
.
|
||||||
|
.TP
|
||||||
|
\fB\-\-groups\fR
|
||||||
|
Installs the specified comma\-separated list of gem groups (default: last used)\.
|
||||||
|
.
|
||||||
.SS "\fBirb\fR [\fI\-\-examples\fR] [\fI\-\-pry\fR]"
|
.SS "\fBirb\fR [\fI\-\-examples\fR] [\fI\-\-pry\fR]"
|
||||||
Enter the interactive Homebrew Ruby shell\.
|
Enter the interactive Homebrew Ruby shell\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user