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 2025-02-06 17:03:07 +00:00
parent bd7a3cc1df
commit 59597035a0
No known key found for this signature in database
5 changed files with 11 additions and 0 deletions

View File

@ -2694,6 +2694,7 @@ _brew_update_python_resources() {
--exclude-packages --exclude-packages
--extra-packages --extra-packages
--help --help
--ignore-errors
--ignore-non-pypi-packages --ignore-non-pypi-packages
--install-dependencies --install-dependencies
--package-name --package-name

View File

@ -1720,6 +1720,7 @@ __fish_brew_complete_arg 'update-python-resources' -l debug -d 'Display any debu
__fish_brew_complete_arg 'update-python-resources' -l exclude-packages -d 'Exclude these packages when finding resources' __fish_brew_complete_arg 'update-python-resources' -l exclude-packages -d 'Exclude these packages when finding resources'
__fish_brew_complete_arg 'update-python-resources' -l extra-packages -d 'Include these additional packages when finding resources' __fish_brew_complete_arg 'update-python-resources' -l extra-packages -d 'Include these additional packages when finding resources'
__fish_brew_complete_arg 'update-python-resources' -l help -d 'Show this message' __fish_brew_complete_arg 'update-python-resources' -l help -d 'Show this message'
__fish_brew_complete_arg 'update-python-resources' -l ignore-errors -d 'Record all discovered resources, even those that can\'t be resolved successfully. This option is ignored for homebrew/core formulae'
__fish_brew_complete_arg 'update-python-resources' -l ignore-non-pypi-packages -d 'Don\'t fail if formula is not a PyPI package' __fish_brew_complete_arg 'update-python-resources' -l ignore-non-pypi-packages -d 'Don\'t fail if formula is not a PyPI package'
__fish_brew_complete_arg 'update-python-resources' -l install-dependencies -d 'Install missing dependencies required to update resources' __fish_brew_complete_arg 'update-python-resources' -l install-dependencies -d 'Install missing dependencies required to update resources'
__fish_brew_complete_arg 'update-python-resources' -l package-name -d 'Use the specified package-name when finding resources for formula. If no package name is specified, it will be inferred from the formula\'s stable URL' __fish_brew_complete_arg 'update-python-resources' -l package-name -d 'Use the specified package-name when finding resources for formula. If no package name is specified, it will be inferred from the formula\'s stable URL'

View File

@ -2138,6 +2138,7 @@ _brew_update_python_resources() {
'--exclude-packages[Exclude these packages when finding resources]' \ '--exclude-packages[Exclude these packages when finding resources]' \
'--extra-packages[Include these additional packages when finding resources]' \ '--extra-packages[Include these additional packages when finding resources]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--ignore-errors[Record all discovered resources, even those that can'\''t be resolved successfully. This option is ignored for homebrew/core formulae]' \
'--ignore-non-pypi-packages[Don'\''t fail if formula is not a PyPI package]' \ '--ignore-non-pypi-packages[Don'\''t fail if formula is not a PyPI package]' \
'--install-dependencies[Install missing dependencies required to update resources]' \ '--install-dependencies[Install missing dependencies required to update resources]' \
'--package-name[Use the specified package-name when finding resources for formula. If no package name is specified, it will be inferred from the formula'\''s stable URL]' \ '--package-name[Use the specified package-name when finding resources for formula. If no package name is specified, it will be inferred from the formula'\''s stable URL]' \

View File

@ -2906,6 +2906,11 @@ Update versions for PyPI resource blocks in *`formula`*.
: Suppress any output. : Suppress any output.
`--ignore-errors`
: Record all discovered resources, even those that can't be resolved
successfully. This option is ignored for homebrew/core formulae.
`--ignore-non-pypi-packages` `--ignore-non-pypi-packages`
: Don't fail if *`formula`* is not a PyPI package. : Don't fail if *`formula`* is not a PyPI package.

View File

@ -1858,6 +1858,9 @@ Print the updated resource blocks instead of changing \fIformula\fP\&\.
\fB\-s\fP, \fB\-\-silent\fP \fB\-s\fP, \fB\-\-silent\fP
Suppress any output\. Suppress any output\.
.TP .TP
\fB\-\-ignore\-errors\fP
Record all discovered resources, even those that can\[u2019]t be resolved successfully\. This option is ignored for homebrew/core formulae\.
.TP
\fB\-\-ignore\-non\-pypi\-packages\fP \fB\-\-ignore\-non\-pypi\-packages\fP
Don\[u2019]t fail if \fIformula\fP is not a PyPI package\. Don\[u2019]t fail if \fIformula\fP is not a PyPI package\.
.TP .TP