Skip to content

Commit ee2cdf4

Browse files
authored
Merge pull request #22404 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2 parents 4d7be53 + 3d757ce commit ee2cdf4

6 files changed

Lines changed: 0 additions & 64 deletions

File tree

completions/bash/brew

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,24 +3156,6 @@ _brew_update_perl_resources() {
31563156
__brew_complete_formulae
31573157
}
31583158

3159-
_brew_update_portable_ruby() {
3160-
local cur="${COMP_WORDS[COMP_CWORD]}"
3161-
case "${cur}" in
3162-
-*)
3163-
__brewcomp "
3164-
--debug
3165-
--dry-run
3166-
--help
3167-
--quiet
3168-
--skip-vendor-install
3169-
--verbose
3170-
"
3171-
return
3172-
;;
3173-
*) ;;
3174-
esac
3175-
}
3176-
31773159
_brew_update_python_resources() {
31783160
local cur="${COMP_WORDS[COMP_CWORD]}"
31793161
case "${cur}" in
@@ -3577,7 +3559,6 @@ _brew() {
35773559
update-license-data) _brew_update_license_data ;;
35783560
update-maintainers) _brew_update_maintainers ;;
35793561
update-perl-resources) _brew_update_perl_resources ;;
3580-
update-portable-ruby) _brew_update_portable_ruby ;;
35813562
update-python-resources) _brew_update_python_resources ;;
35823563
update-reset) _brew_update_reset ;;
35833564
update-sponsors) _brew_update_sponsors ;;

completions/fish/brew.fish

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,15 +1986,6 @@ __fish_brew_complete_arg 'update-perl-resources' -l verbose -d 'Make some output
19861986
__fish_brew_complete_arg 'update-perl-resources' -a '(__fish_brew_suggest_formulae_all)'
19871987

19881988

1989-
__fish_brew_complete_cmd 'update-portable-ruby' 'Update the vendored portable Ruby version files, bottle checksums, `utils/ruby.sh` and `Gemfile.lock` entries from the current `portable-ruby` formula'
1990-
__fish_brew_complete_arg 'update-portable-ruby' -l debug -d 'Display any debugging information'
1991-
__fish_brew_complete_arg 'update-portable-ruby' -l dry-run -d 'Print what would be done rather than doing it'
1992-
__fish_brew_complete_arg 'update-portable-ruby' -l help -d 'Show this message'
1993-
__fish_brew_complete_arg 'update-portable-ruby' -l quiet -d 'Make some output more quiet'
1994-
__fish_brew_complete_arg 'update-portable-ruby' -l skip-vendor-install -d 'Do not run `brew vendor-install ruby`; skip the `utils/ruby.sh`, `Gemfile.lock` and RBI updates'
1995-
__fish_brew_complete_arg 'update-portable-ruby' -l verbose -d 'Make some output more verbose'
1996-
1997-
19981989
__fish_brew_complete_cmd 'update-python-resources' 'Update versions for PyPI resource blocks in formula'
19991990
__fish_brew_complete_arg 'update-python-resources' -l debug -d 'Display any debugging information'
20001991
__fish_brew_complete_arg 'update-python-resources' -l exclude-packages -d 'Exclude these packages when finding resources'

completions/internal_commands_list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ update-if-needed
110110
update-license-data
111111
update-maintainers
112112
update-perl-resources
113-
update-portable-ruby
114113
update-python-resources
115114
update-reset
116115
update-sponsors

completions/zsh/_brew

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ __brew_internal_commands() {
245245
'update-license-data:Update SPDX license data in the Homebrew repository'
246246
'update-maintainers:Update the list of maintainers in the `Homebrew/brew` README'
247247
'update-perl-resources:Update versions for CPAN resource blocks in formula'
248-
'update-portable-ruby:Update the vendored portable Ruby version files, bottle checksums, `utils/ruby.sh` and `Gemfile.lock` entries from the current `portable-ruby` formula'
249248
'update-python-resources:Update versions for PyPI resource blocks in formula'
250249
'update-reset:Fetch and reset Homebrew and all tap repositories (or any specified repository) using `git`(1) to their latest `origin/HEAD`'
251250
'update-sponsors:Update the list of GitHub Sponsors in the `Homebrew/brew` README'
@@ -2534,17 +2533,6 @@ _brew_update_perl_resources() {
25342533
'*:formula:__brew_formulae'
25352534
}
25362535

2537-
# brew update-portable-ruby
2538-
_brew_update_portable_ruby() {
2539-
_arguments \
2540-
'--debug[Display any debugging information]' \
2541-
'--dry-run[Print what would be done rather than doing it]' \
2542-
'--help[Show this message]' \
2543-
'--quiet[Make some output more quiet]' \
2544-
'--skip-vendor-install[Do not run `brew vendor-install ruby`; skip the `utils/ruby.sh`, `Gemfile.lock` and RBI updates]' \
2545-
'--verbose[Make some output more verbose]'
2546-
}
2547-
25482536
# brew update-python-resources
25492537
_brew_update_python_resources() {
25502538
_arguments \

docs/Manpage.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,21 +4104,6 @@ Update versions for CPAN resource blocks in *`formula`*.
41044104

41054105
: Continue processing even if some resources can't be resolved.
41064106

4107-
### `update-portable-ruby` \[`--dry-run`\] \[`--skip-vendor-install`\]
4108-
4109-
Update the vendored portable Ruby version files, bottle checksums,
4110-
`utils/ruby.sh` and `Gemfile.lock` entries from the current `portable-ruby`
4111-
formula.
4112-
4113-
`-n`, `--dry-run`
4114-
4115-
: Print what would be done rather than doing it.
4116-
4117-
`--skip-vendor-install`
4118-
4119-
: Do not run `brew vendor-install ruby`; skip the `utils/ruby.sh`,
4120-
`Gemfile.lock` and RBI updates.
4121-
41224107
### `update-python-resources` \[*`options`*\] *`formula`* \[...\]
41234108

41244109
Update versions for PyPI resource blocks in *`formula`*.

manpages/brew.1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,14 +2634,6 @@ Suppress any output\.
26342634
.TP
26352635
\fB\-\-ignore\-errors\fP
26362636
Continue processing even if some resources can\[u2019]t be resolved\.
2637-
.SS "\fBupdate\-portable\-ruby\fP \fR[\fB\-\-dry\-run\fP] \fR[\fB\-\-skip\-vendor\-install\fP]"
2638-
Update the vendored portable Ruby version files, bottle checksums, \fButils/ruby\.sh\fP and \fBGemfile\.lock\fP entries from the current \fBportable\-ruby\fP formula\.
2639-
.TP
2640-
\fB\-n\fP, \fB\-\-dry\-run\fP
2641-
Print what would be done rather than doing it\.
2642-
.TP
2643-
\fB\-\-skip\-vendor\-install\fP
2644-
Do not run \fBbrew vendor\-install ruby\fP; skip the \fButils/ruby\.sh\fP, \fBGemfile\.lock\fP and RBI updates\.
26452637
.SS "\fBupdate\-python\-resources\fP \fR[\fIoptions\fP] \fIformula\fP \fR[\.\.\.]"
26462638
Update versions for PyPI resource blocks in \fIformula\fP\&\.
26472639
.TP

0 commit comments

Comments
 (0)