Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
parent
1c9f218e6c
commit
18891823aa
@ -2203,6 +2203,7 @@ _brew_up() {
|
||||
--help
|
||||
--merge
|
||||
--preinstall
|
||||
--quiet
|
||||
--verbose
|
||||
"
|
||||
return
|
||||
@ -2221,6 +2222,7 @@ _brew_update() {
|
||||
--help
|
||||
--merge
|
||||
--preinstall
|
||||
--quiet
|
||||
--verbose
|
||||
"
|
||||
return
|
||||
|
||||
@ -1472,6 +1472,7 @@ __fish_brew_complete_arg 'up' -l force -d 'Always do a slower, full update check
|
||||
__fish_brew_complete_arg 'up' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'up' -l merge -d 'Use `git merge` to apply updates (rather than `git rebase`)'
|
||||
__fish_brew_complete_arg 'up' -l preinstall -d 'Run on auto-updates (e.g. before `brew install`). Skips some slower steps'
|
||||
__fish_brew_complete_arg 'up' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'up' -l verbose -d 'Print the directories checked and `git` operations performed'
|
||||
|
||||
|
||||
@ -1481,6 +1482,7 @@ __fish_brew_complete_arg 'update' -l force -d 'Always do a slower, full update c
|
||||
__fish_brew_complete_arg 'update' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'update' -l merge -d 'Use `git merge` to apply updates (rather than `git rebase`)'
|
||||
__fish_brew_complete_arg 'update' -l preinstall -d 'Run on auto-updates (e.g. before `brew install`). Skips some slower steps'
|
||||
__fish_brew_complete_arg 'update' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'update' -l verbose -d 'Print the directories checked and `git` operations performed'
|
||||
|
||||
|
||||
|
||||
@ -1802,6 +1802,7 @@ _brew_up() {
|
||||
'--help[Show this message]' \
|
||||
'--merge[Use `git merge` to apply updates (rather than `git rebase`)]' \
|
||||
'--preinstall[Run on auto-updates (e.g. before `brew install`). Skips some slower steps]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--verbose[Print the directories checked and `git` operations performed]'
|
||||
}
|
||||
|
||||
@ -1813,6 +1814,7 @@ _brew_update() {
|
||||
'--help[Show this message]' \
|
||||
'--merge[Use `git merge` to apply updates (rather than `git rebase`)]' \
|
||||
'--preinstall[Run on auto-updates (e.g. before `brew install`). Skips some slower steps]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--verbose[Print the directories checked and `git` operations performed]'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user