mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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
86367158ac
commit
0a60b37b50
@ -840,6 +840,7 @@ _brew_edit() {
|
||||
--debug
|
||||
--formula
|
||||
--help
|
||||
--print-path
|
||||
--quiet
|
||||
--verbose
|
||||
"
|
||||
|
@ -634,6 +634,7 @@ __fish_brew_complete_arg 'edit' -l cask -d 'Treat all named arguments as casks'
|
||||
__fish_brew_complete_arg 'edit' -l debug -d 'Display any debugging information'
|
||||
__fish_brew_complete_arg 'edit' -l formula -d 'Treat all named arguments as formulae'
|
||||
__fish_brew_complete_arg 'edit' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'edit' -l print-path -d 'Print the file path to be edited, without opening an editor'
|
||||
__fish_brew_complete_arg 'edit' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'edit' -l verbose -d 'Make some output more verbose'
|
||||
__fish_brew_complete_arg 'edit; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
|
||||
|
@ -776,6 +776,7 @@ _brew_edit() {
|
||||
_arguments \
|
||||
'--debug[Display any debugging information]' \
|
||||
'--help[Show this message]' \
|
||||
'--print-path[Print the file path to be edited, without opening an editor]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--verbose[Make some output more verbose]' \
|
||||
- formula \
|
||||
|
@ -1110,7 +1110,7 @@ Build bottles for these formulae with GitHub Actions.
|
||||
* `--linux-wheezy`:
|
||||
Use Debian Wheezy container for building the bottle on Linux.
|
||||
|
||||
### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...]
|
||||
### `edit` [*`options`*] [*`formula`*|*`cask`* ...]
|
||||
|
||||
Open a *`formula`* or *`cask`* in the editor set by `EDITOR` or `HOMEBREW_EDITOR`,
|
||||
or open the Homebrew repository for editing if no formula is provided.
|
||||
@ -1119,6 +1119,8 @@ or open the Homebrew repository for editing if no formula is provided.
|
||||
Treat all named arguments as formulae.
|
||||
* `--cask`:
|
||||
Treat all named arguments as casks.
|
||||
* `--print-path`:
|
||||
Print the file path to be edited, without opening an editor.
|
||||
|
||||
### `extract` [*`--version`*`=`] [*`--force`*] *`formula`* *`tap`*
|
||||
|
||||
|
@ -1590,7 +1590,7 @@ Dispatch bottle for Linux (using self\-hosted runner)\.
|
||||
\fB\-\-linux\-wheezy\fR
|
||||
Use Debian Wheezy container for building the bottle on Linux\.
|
||||
.
|
||||
.SS "\fBedit\fR [\fI\-\-formula\fR] [\fI\-\-cask\fR] [\fIformula\fR|\fIcask\fR \.\.\.]"
|
||||
.SS "\fBedit\fR [\fIoptions\fR] [\fIformula\fR|\fIcask\fR \.\.\.]"
|
||||
Open a \fIformula\fR or \fIcask\fR in the editor set by \fBEDITOR\fR or \fBHOMEBREW_EDITOR\fR, or open the Homebrew repository for editing if no formula is provided\.
|
||||
.
|
||||
.TP
|
||||
@ -1601,6 +1601,10 @@ Treat all named arguments as formulae\.
|
||||
\fB\-\-cask\fR
|
||||
Treat all named arguments as casks\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-print\-path\fR
|
||||
Print the file path to be edited, without opening an editor\.
|
||||
.
|
||||
.SS "\fBextract\fR [\fI\-\-version\fR\fB=\fR] [\fI\-\-force\fR] \fIformula\fR \fItap\fR"
|
||||
Look through repository history to find the most recent version of \fIformula\fR and create a copy in \fItap\fR\. Specifically, the command will create the new formula file at \fItap\fR\fB/Formula/\fR\fIformula\fR\fB@\fR\fIversion\fR\fB\.rb\fR\. If the tap is not installed yet, attempt to install/clone the tap before continuing\. To extract a formula from a tap that is not \fBhomebrew/core\fR use its fully\-qualified form of \fIuser\fR\fB/\fR\fIrepo\fR\fB/\fR\fIformula\fR\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user