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
310c75fab1
commit
021e75f793
@ -1682,22 +1682,6 @@ _brew_post_install() {
|
|||||||
__brew_complete_installed_formulae
|
__brew_complete_installed_formulae
|
||||||
}
|
}
|
||||||
|
|
||||||
_brew_postgresql_upgrade_database() {
|
|
||||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
|
||||||
case "${cur}" in
|
|
||||||
-*)
|
|
||||||
__brewcomp "
|
|
||||||
--debug
|
|
||||||
--help
|
|
||||||
--quiet
|
|
||||||
--verbose
|
|
||||||
"
|
|
||||||
return
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
_brew_postinstall() {
|
_brew_postinstall() {
|
||||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
@ -2762,7 +2746,6 @@ _brew() {
|
|||||||
outdated) _brew_outdated ;;
|
outdated) _brew_outdated ;;
|
||||||
pin) _brew_pin ;;
|
pin) _brew_pin ;;
|
||||||
post_install) _brew_post_install ;;
|
post_install) _brew_post_install ;;
|
||||||
postgresql-upgrade-database) _brew_postgresql_upgrade_database ;;
|
|
||||||
postinstall) _brew_postinstall ;;
|
postinstall) _brew_postinstall ;;
|
||||||
pr-automerge) _brew_pr_automerge ;;
|
pr-automerge) _brew_pr_automerge ;;
|
||||||
pr-publish) _brew_pr_publish ;;
|
pr-publish) _brew_pr_publish ;;
|
||||||
|
@ -1153,13 +1153,6 @@ __fish_brew_complete_arg 'post_install' -l verbose -d 'Make some output more ver
|
|||||||
__fish_brew_complete_arg 'post_install' -a '(__fish_brew_suggest_formulae_installed)'
|
__fish_brew_complete_arg 'post_install' -a '(__fish_brew_suggest_formulae_installed)'
|
||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'postgresql-upgrade-database' 'Upgrades the database for the `postgresql` formula'
|
|
||||||
__fish_brew_complete_arg 'postgresql-upgrade-database' -l debug -d 'Display any debugging information'
|
|
||||||
__fish_brew_complete_arg 'postgresql-upgrade-database' -l help -d 'Show this message'
|
|
||||||
__fish_brew_complete_arg 'postgresql-upgrade-database' -l quiet -d 'Make some output more quiet'
|
|
||||||
__fish_brew_complete_arg 'postgresql-upgrade-database' -l verbose -d 'Make some output more verbose'
|
|
||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'postinstall' 'Rerun the post-install steps for formula'
|
__fish_brew_complete_cmd 'postinstall' 'Rerun the post-install steps for formula'
|
||||||
__fish_brew_complete_arg 'postinstall' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'postinstall' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'postinstall' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'postinstall' -l help -d 'Show this message'
|
||||||
|
@ -69,7 +69,6 @@ options
|
|||||||
outdated
|
outdated
|
||||||
pin
|
pin
|
||||||
post_install
|
post_install
|
||||||
postgresql-upgrade-database
|
|
||||||
postinstall
|
postinstall
|
||||||
pr-automerge
|
pr-automerge
|
||||||
pr-publish
|
pr-publish
|
||||||
|
@ -191,7 +191,6 @@ __brew_internal_commands() {
|
|||||||
'options:Show install options specific to formula'
|
'options:Show install options specific to formula'
|
||||||
'outdated:List installed casks and formulae that have an updated version available'
|
'outdated:List installed casks and formulae that have an updated version available'
|
||||||
'pin:Pin the specified formula, preventing them from being upgraded when issuing the `brew upgrade` formula command'
|
'pin:Pin the specified formula, preventing them from being upgraded when issuing the `brew upgrade` formula command'
|
||||||
'postgresql-upgrade-database:Upgrades the database for the `postgresql` formula'
|
|
||||||
'postinstall:Rerun the post-install steps for formula'
|
'postinstall:Rerun the post-install steps for formula'
|
||||||
'pr-automerge:Find pull requests that can be automatically merged using `brew pr-publish`'
|
'pr-automerge:Find pull requests that can be automatically merged using `brew pr-publish`'
|
||||||
'pr-publish:Publish bottles for a pull request with GitHub Actions'
|
'pr-publish:Publish bottles for a pull request with GitHub Actions'
|
||||||
@ -1434,15 +1433,6 @@ _brew_post_install() {
|
|||||||
'*::installed_formula:__brew_installed_formulae'
|
'*::installed_formula:__brew_installed_formulae'
|
||||||
}
|
}
|
||||||
|
|
||||||
# brew postgresql-upgrade-database
|
|
||||||
_brew_postgresql_upgrade_database() {
|
|
||||||
_arguments \
|
|
||||||
'--debug[Display any debugging information]' \
|
|
||||||
'--help[Show this message]' \
|
|
||||||
'--quiet[Make some output more quiet]' \
|
|
||||||
'--verbose[Make some output more verbose]'
|
|
||||||
}
|
|
||||||
|
|
||||||
# brew postinstall
|
# brew postinstall
|
||||||
_brew_postinstall() {
|
_brew_postinstall() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user