mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
c75d06881a
commit
efc91b27fb
@ -1556,7 +1556,7 @@ __fish_brew_complete_arg 'services' -l file -d 'Use the service file from this l
|
|||||||
__fish_brew_complete_arg 'services' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'services' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'services' -l json -d 'Output as JSON'
|
__fish_brew_complete_arg 'services' -l json -d 'Output as JSON'
|
||||||
__fish_brew_complete_arg 'services' -l keep -d 'When stopped, don\'t unregister the service from launching at login (or boot)'
|
__fish_brew_complete_arg 'services' -l keep -d 'When stopped, don\'t unregister the service from launching at login (or boot)'
|
||||||
__fish_brew_complete_arg 'services' -l max-wait -d 'Wait at most this many seconds for `stop` to finish stopping a service. Omit this flag or set this to zero (0) seconds to wait indefinitely'
|
__fish_brew_complete_arg 'services' -l max-wait -d 'Wait at most this many seconds for `stop` to finish stopping a service. Defaults to 60. Set this to zero (0) seconds to wait indefinitely'
|
||||||
__fish_brew_complete_arg 'services' -l no-wait -d 'Don\'t wait for `stop` to finish stopping the service'
|
__fish_brew_complete_arg 'services' -l no-wait -d 'Don\'t wait for `stop` to finish stopping the service'
|
||||||
__fish_brew_complete_arg 'services' -l quiet -d 'Make some output more quiet'
|
__fish_brew_complete_arg 'services' -l quiet -d 'Make some output more quiet'
|
||||||
__fish_brew_complete_arg 'services' -l sudo-service-user -d 'When run as root on macOS, run the service(s) as this user'
|
__fish_brew_complete_arg 'services' -l sudo-service-user -d 'When run as root on macOS, run the service(s) as this user'
|
||||||
|
@ -1195,7 +1195,7 @@ _brew_instal() {
|
|||||||
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
||||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||||
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
|
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
|
||||||
'(--cask)--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
|
'--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
|
||||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||||
'(--cask)--bottle-arch[Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on]' \
|
'(--cask)--bottle-arch[Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on]' \
|
||||||
@ -1245,7 +1245,7 @@ _brew_instal() {
|
|||||||
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
||||||
'*:formula:__brew_formulae' \
|
'*:formula:__brew_formulae' \
|
||||||
- cask \
|
- cask \
|
||||||
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
|
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite)--cask[Treat all named arguments as casks]' \
|
||||||
'*:cask:__brew_casks'
|
'*:cask:__brew_casks'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1256,7 +1256,7 @@ _brew_install() {
|
|||||||
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
'(--formula --force)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
||||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||||
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
|
'(--cask)--as-dependency[Install but mark as installed as a dependency and not installed on request]' \
|
||||||
'(--cask)--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
|
'--ask[Ask for confirmation before downloading and installing formulae. Print bottles and dependencies download size and install size]' \
|
||||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||||
'(--cask)--bottle-arch[Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on]' \
|
'(--cask)--bottle-arch[Optimise bottles for the specified architecture rather than the oldest architecture supported by the version of macOS the bottles are built on]' \
|
||||||
@ -1306,7 +1306,7 @@ _brew_install() {
|
|||||||
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
||||||
'*:formula:__brew_formulae' \
|
'*:formula:__brew_formulae' \
|
||||||
- cask \
|
- cask \
|
||||||
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite --ask)--cask[Treat all named arguments as casks]' \
|
'(--formulae --env --ignore-dependencies --only-dependencies --cc --build-from-source --force-bottle --include-test --HEAD --fetch-HEAD --keep-tmp --debug-symbols --build-bottle --skip-post-install --skip-link --as-dependency --bottle-arch --interactive --git --overwrite)--cask[Treat all named arguments as casks]' \
|
||||||
'*:cask:__brew_casks'
|
'*:cask:__brew_casks'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1746,7 +1746,7 @@ _brew_reinstall() {
|
|||||||
_arguments \
|
_arguments \
|
||||||
'(--formula)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
'(--formula)--adopt[Adopt existing artifacts in the destination that are identical to those being installed. Cannot be combined with `--force`]' \
|
||||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||||
'(--cask)--ask[Ask for confirmation before downloading and upgrading formulae. Print bottles and dependencies download size, install and net install size]' \
|
'--ask[Ask for confirmation before downloading and upgrading formulae. Print bottles and dependencies download size, install and net install size]' \
|
||||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||||
'(--cask --force-bottle)--build-from-source[Compile formula from source even if a bottle is available]' \
|
'(--cask --force-bottle)--build-from-source[Compile formula from source even if a bottle is available]' \
|
||||||
@ -1785,7 +1785,7 @@ _brew_reinstall() {
|
|||||||
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
'(--casks --binaries --require-sha --quarantine --adopt --skip-cask-deps --zap --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae]' \
|
||||||
'*:formula:__brew_formulae' \
|
'*:formula:__brew_formulae' \
|
||||||
- cask \
|
- cask \
|
||||||
'(--formulae --build-from-source --interactive --force-bottle --keep-tmp --debug-symbols --git --ask)--cask[Treat all named arguments as casks]' \
|
'(--formulae --build-from-source --interactive --force-bottle --keep-tmp --debug-symbols --git)--cask[Treat all named arguments as casks]' \
|
||||||
'*:cask:__brew_casks'
|
'*:cask:__brew_casks'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1902,7 +1902,7 @@ _brew_services() {
|
|||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'--json[Output as JSON]' \
|
'--json[Output as JSON]' \
|
||||||
'--keep[When stopped, don'\''t unregister the service from launching at login (or boot)]' \
|
'--keep[When stopped, don'\''t unregister the service from launching at login (or boot)]' \
|
||||||
'(--no-wait)--max-wait[Wait at most this many seconds for `stop` to finish stopping a service. Omit this flag or set this to zero (0) seconds to wait indefinitely]' \
|
'(--no-wait)--max-wait[Wait at most this many seconds for `stop` to finish stopping a service. Defaults to 60. Set this to zero (0) seconds to wait indefinitely]' \
|
||||||
'(--max-wait)--no-wait[Don'\''t wait for `stop` to finish stopping the service]' \
|
'(--max-wait)--no-wait[Don'\''t wait for `stop` to finish stopping the service]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'--sudo-service-user[When run as root on macOS, run the service(s) as this user]' \
|
'--sudo-service-user[When run as root on macOS, run the service(s) as this user]' \
|
||||||
@ -2325,7 +2325,7 @@ _brew_update_test() {
|
|||||||
_brew_upgrade() {
|
_brew_upgrade() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
'(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \
|
||||||
'(--cask)--ask[Ask for confirmation before downloading and upgrading formulae. Print bottles and dependencies download size, install and net install size]' \
|
'--ask[Ask for confirmation before downloading and upgrading formulae. Print bottles and dependencies download size, install and net install size]' \
|
||||||
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
'(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \
|
||||||
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
'(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \
|
||||||
'(--cask --force-bottle)--build-from-source[Compile formula from source even if a bottle is available]' \
|
'(--cask --force-bottle)--build-from-source[Compile formula from source even if a bottle is available]' \
|
||||||
@ -2368,7 +2368,7 @@ _brew_upgrade() {
|
|||||||
'(--casks --skip-cask-deps --greedy --greedy-latest --greedy-auto-updates --binaries --require-sha --quarantine --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \
|
'(--casks --skip-cask-deps --greedy --greedy-latest --greedy-auto-updates --binaries --require-sha --quarantine --appdir --keyboard-layoutdir --colorpickerdir --prefpanedir --qlplugindir --mdimporterdir --dictionarydir --fontdir --servicedir --input-methoddir --internet-plugindir --audio-unit-plugindir --vst-plugindir --vst3-plugindir --screen-saverdir --language)--formula[Treat all named arguments as formulae. If no named arguments are specified, upgrade only outdated formulae]' \
|
||||||
'*:installed_formula:__brew_installed_formulae' \
|
'*:installed_formula:__brew_installed_formulae' \
|
||||||
- installed_cask \
|
- installed_cask \
|
||||||
'(--formulae --build-from-source --interactive --force-bottle --fetch-HEAD --keep-tmp --debug-symbols --overwrite --ask)--cask[Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks]' \
|
'(--formulae --build-from-source --interactive --force-bottle --fetch-HEAD --keep-tmp --debug-symbols --overwrite)--cask[Treat all named arguments as casks. If no named arguments are specified, upgrade only outdated casks]' \
|
||||||
'*:installed_cask:__brew_installed_casks'
|
'*:installed_cask:__brew_installed_casks'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -779,6 +779,11 @@ upgrade *`formula`* if it is already installed but outdated.
|
|||||||
|
|
||||||
: Show what would be installed, but do not actually install anything.
|
: Show what would be installed, but do not actually install anything.
|
||||||
|
|
||||||
|
`--ask`
|
||||||
|
|
||||||
|
: Ask for confirmation before downloading and installing formulae. Print bottles
|
||||||
|
and dependencies download size and install size.
|
||||||
|
|
||||||
`--formula`
|
`--formula`
|
||||||
|
|
||||||
: Treat all named arguments as formulae.
|
: Treat all named arguments as formulae.
|
||||||
@ -873,11 +878,6 @@ upgrade *`formula`* if it is already installed but outdated.
|
|||||||
|
|
||||||
: Delete files that already exist in the prefix while linking.
|
: Delete files that already exist in the prefix while linking.
|
||||||
|
|
||||||
`--ask`
|
|
||||||
|
|
||||||
: Ask for confirmation before downloading and installing formulae. Print bottles
|
|
||||||
and dependencies download size and install size.
|
|
||||||
|
|
||||||
`--cask`
|
`--cask`
|
||||||
|
|
||||||
: Treat all named arguments as casks.
|
: Treat all named arguments as casks.
|
||||||
@ -1245,6 +1245,11 @@ for the reinstalled formulae or, every 30 days, for all formulae.
|
|||||||
|
|
||||||
: Print the verification and post-install steps.
|
: Print the verification and post-install steps.
|
||||||
|
|
||||||
|
`--ask`
|
||||||
|
|
||||||
|
: Ask for confirmation before downloading and upgrading formulae. Print bottles
|
||||||
|
and dependencies download size, install and net install size.
|
||||||
|
|
||||||
`--formula`
|
`--formula`
|
||||||
|
|
||||||
: Treat all named arguments as formulae.
|
: Treat all named arguments as formulae.
|
||||||
@ -1276,11 +1281,6 @@ for the reinstalled formulae or, every 30 days, for all formulae.
|
|||||||
|
|
||||||
: Create a Git repository, useful for creating patches to the software.
|
: Create a Git repository, useful for creating patches to the software.
|
||||||
|
|
||||||
`--ask`
|
|
||||||
|
|
||||||
: Ask for confirmation before downloading and upgrading formulae. Print bottles
|
|
||||||
and dependencies download size, install and net install size.
|
|
||||||
|
|
||||||
`--cask`
|
`--cask`
|
||||||
|
|
||||||
: Treat all named arguments as casks.
|
: Treat all named arguments as casks.
|
||||||
@ -1435,8 +1435,8 @@ If `sudo` is passed, operate on `/Library/LaunchDaemons` or
|
|||||||
|
|
||||||
`--max-wait`
|
`--max-wait`
|
||||||
|
|
||||||
: Wait at most this many seconds for `stop` to finish stopping a service. Omit
|
: Wait at most this many seconds for `stop` to finish stopping a service.
|
||||||
this flag or set this to zero (0) seconds to wait indefinitely.
|
Defaults to 60. Set this to zero (0) seconds to wait indefinitely.
|
||||||
|
|
||||||
`--all`
|
`--all`
|
||||||
|
|
||||||
@ -1679,6 +1679,11 @@ for the upgraded formulae or, every 30 days, for all formulae.
|
|||||||
|
|
||||||
: Show what would be upgraded, but do not actually upgrade anything.
|
: Show what would be upgraded, but do not actually upgrade anything.
|
||||||
|
|
||||||
|
`--ask`
|
||||||
|
|
||||||
|
: Ask for confirmation before downloading and upgrading formulae. Print bottles
|
||||||
|
and dependencies download size, install and net install size.
|
||||||
|
|
||||||
`--formula`
|
`--formula`
|
||||||
|
|
||||||
: Treat all named arguments as formulae. If no named arguments are specified,
|
: Treat all named arguments as formulae. If no named arguments are specified,
|
||||||
@ -1717,11 +1722,6 @@ for the upgraded formulae or, every 30 days, for all formulae.
|
|||||||
|
|
||||||
: Delete files that already exist in the prefix while linking.
|
: Delete files that already exist in the prefix while linking.
|
||||||
|
|
||||||
`--ask`
|
|
||||||
|
|
||||||
: Ask for confirmation before downloading and upgrading formulae. Print bottles
|
|
||||||
and dependencies download size, install and net install size.
|
|
||||||
|
|
||||||
`--cask`
|
`--cask`
|
||||||
|
|
||||||
: Treat all named arguments as casks. If no named arguments are specified,
|
: Treat all named arguments as casks. If no named arguments are specified,
|
||||||
|
@ -487,6 +487,9 @@ Print the verification and post\-install steps\.
|
|||||||
\fB\-n\fP, \fB\-\-dry\-run\fP
|
\fB\-n\fP, \fB\-\-dry\-run\fP
|
||||||
Show what would be installed, but do not actually install anything\.
|
Show what would be installed, but do not actually install anything\.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-ask\fP
|
||||||
|
Ask for confirmation before downloading and installing formulae\. Print bottles and dependencies download size and install size\.
|
||||||
|
.TP
|
||||||
\fB\-\-formula\fP
|
\fB\-\-formula\fP
|
||||||
Treat all named arguments as formulae\.
|
Treat all named arguments as formulae\.
|
||||||
.TP
|
.TP
|
||||||
@ -544,9 +547,6 @@ Create a Git repository, useful for creating patches to the software\.
|
|||||||
\fB\-\-overwrite\fP
|
\fB\-\-overwrite\fP
|
||||||
Delete files that already exist in the prefix while linking\.
|
Delete files that already exist in the prefix while linking\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ask\fP
|
|
||||||
Ask for confirmation before downloading and installing formulae\. Print bottles and dependencies download size and install size\.
|
|
||||||
.TP
|
|
||||||
\fB\-\-cask\fP
|
\fB\-\-cask\fP
|
||||||
Treat all named arguments as casks\.
|
Treat all named arguments as casks\.
|
||||||
.TP
|
.TP
|
||||||
@ -775,6 +775,9 @@ Install without checking for previously installed keg\-only or non\-migrated ver
|
|||||||
\fB\-v\fP, \fB\-\-verbose\fP
|
\fB\-v\fP, \fB\-\-verbose\fP
|
||||||
Print the verification and post\-install steps\.
|
Print the verification and post\-install steps\.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-ask\fP
|
||||||
|
Ask for confirmation before downloading and upgrading formulae\. Print bottles and dependencies download size, install and net install size\.
|
||||||
|
.TP
|
||||||
\fB\-\-formula\fP
|
\fB\-\-formula\fP
|
||||||
Treat all named arguments as formulae\.
|
Treat all named arguments as formulae\.
|
||||||
.TP
|
.TP
|
||||||
@ -796,9 +799,6 @@ Generate debug symbols on build\. Source will be retained in a cache directory\.
|
|||||||
\fB\-g\fP, \fB\-\-git\fP
|
\fB\-g\fP, \fB\-\-git\fP
|
||||||
Create a Git repository, useful for creating patches to the software\.
|
Create a Git repository, useful for creating patches to the software\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ask\fP
|
|
||||||
Ask for confirmation before downloading and upgrading formulae\. Print bottles and dependencies download size, install and net install size\.
|
|
||||||
.TP
|
|
||||||
\fB\-\-cask\fP
|
\fB\-\-cask\fP
|
||||||
Treat all named arguments as casks\.
|
Treat all named arguments as casks\.
|
||||||
.TP
|
.TP
|
||||||
@ -902,7 +902,7 @@ Use the service file from this location to \fBstart\fP the service\.
|
|||||||
When run as root on macOS, run the service(s) as this user\.
|
When run as root on macOS, run the service(s) as this user\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-max\-wait\fP
|
\fB\-\-max\-wait\fP
|
||||||
Wait at most this many seconds for \fBstop\fP to finish stopping a service\. Omit this flag or set this to zero (0) seconds to wait indefinitely\.
|
Wait at most this many seconds for \fBstop\fP to finish stopping a service\. Defaults to 60\. Set this to zero (0) seconds to wait indefinitely\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-all\fP
|
\fB\-\-all\fP
|
||||||
Run \fIsubcommand\fP on all services\.
|
Run \fIsubcommand\fP on all services\.
|
||||||
@ -1045,6 +1045,9 @@ Print the verification and post\-install steps\.
|
|||||||
\fB\-n\fP, \fB\-\-dry\-run\fP
|
\fB\-n\fP, \fB\-\-dry\-run\fP
|
||||||
Show what would be upgraded, but do not actually upgrade anything\.
|
Show what would be upgraded, but do not actually upgrade anything\.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-ask\fP
|
||||||
|
Ask for confirmation before downloading and upgrading formulae\. Print bottles and dependencies download size, install and net install size\.
|
||||||
|
.TP
|
||||||
\fB\-\-formula\fP
|
\fB\-\-formula\fP
|
||||||
Treat all named arguments as formulae\. If no named arguments are specified, upgrade only outdated formulae\.
|
Treat all named arguments as formulae\. If no named arguments are specified, upgrade only outdated formulae\.
|
||||||
.TP
|
.TP
|
||||||
@ -1069,9 +1072,6 @@ Generate debug symbols on build\. Source will be retained in a cache directory\.
|
|||||||
\fB\-\-overwrite\fP
|
\fB\-\-overwrite\fP
|
||||||
Delete files that already exist in the prefix while linking\.
|
Delete files that already exist in the prefix while linking\.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ask\fP
|
|
||||||
Ask for confirmation before downloading and upgrading formulae\. Print bottles and dependencies download size, install and net install size\.
|
|
||||||
.TP
|
|
||||||
\fB\-\-cask\fP
|
\fB\-\-cask\fP
|
||||||
Treat all named arguments as casks\. If no named arguments are specified, upgrade only outdated casks\.
|
Treat all named arguments as casks\. If no named arguments are specified, upgrade only outdated casks\.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user