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:
parent
bd7a3cc1df
commit
59597035a0
@ -2694,6 +2694,7 @@ _brew_update_python_resources() {
|
||||
--exclude-packages
|
||||
--extra-packages
|
||||
--help
|
||||
--ignore-errors
|
||||
--ignore-non-pypi-packages
|
||||
--install-dependencies
|
||||
--package-name
|
||||
|
@ -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 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 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 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'
|
||||
|
@ -2138,6 +2138,7 @@ _brew_update_python_resources() {
|
||||
'--exclude-packages[Exclude these packages when finding resources]' \
|
||||
'--extra-packages[Include these additional packages when finding resources]' \
|
||||
'--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]' \
|
||||
'--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]' \
|
||||
|
@ -2906,6 +2906,11 @@ Update versions for PyPI resource blocks in *`formula`*.
|
||||
|
||||
: 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`
|
||||
|
||||
: Don't fail if *`formula`* is not a PyPI package.
|
||||
|
@ -1858,6 +1858,9 @@ Print the updated resource blocks instead of changing \fIformula\fP\&\.
|
||||
\fB\-s\fP, \fB\-\-silent\fP
|
||||
Suppress any output\.
|
||||
.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
|
||||
Don\[u2019]t fail if \fIformula\fP is not a PyPI package\.
|
||||
.TP
|
||||
|
Loading…
x
Reference in New Issue
Block a user