Merge pull request #11527 from Homebrew/update-man-completions

Update maintainers, manpage and completions.
This commit is contained in:
Mike McQuaid 2021-06-11 15:28:52 +01:00 committed by GitHub
commit e0a66bb93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 2 deletions

View File

@ -1135,6 +1135,7 @@ _brew_install_bundler_gems() {
-*)
__brewcomp "
--debug
--groups
--help
--quiet
--verbose

View File

@ -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_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 quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'install-bundler-gems' -l verbose -d 'Make some output more verbose'

View File

@ -1016,6 +1016,7 @@ _brew_install() {
_brew_install_bundler_gems() {
_arguments \
'--debug[Display any debugging information]' \
'--groups[Installs the specified comma-separated list of gem groups (default: last used)]' \
'--help[Show this message]' \
'--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]'

View File

@ -1095,10 +1095,13 @@ Generate Homebrew's manpages and shell completions.
* `--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).
### `install-bundler-gems`
### `install-bundler-gems` [*`--groups`*`=`]
Install Homebrew's Bundler gems.
* `--groups`:
Installs the specified comma-separated list of gem groups (default: last used).
### `irb` [*`--examples`*] [*`--pry`*]
Enter the interactive Homebrew Ruby shell.

View File

@ -1539,9 +1539,13 @@ Generate Homebrew\'s manpages and shell completions\.
\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)\.
.
.SS "\fBinstall\-bundler\-gems\fR"
.SS "\fBinstall\-bundler\-gems\fR [\fI\-\-groups\fR\fB=\fR]"
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]"
Enter the interactive Homebrew Ruby shell\.
.