mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20028 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
54c8b127ea
@ -836,6 +836,7 @@ _brew_create() {
|
|||||||
__brewcomp "
|
__brewcomp "
|
||||||
--HEAD
|
--HEAD
|
||||||
--autotools
|
--autotools
|
||||||
|
--cabal
|
||||||
--cask
|
--cask
|
||||||
--cmake
|
--cmake
|
||||||
--crystal
|
--crystal
|
||||||
|
@ -611,6 +611,7 @@ __fish_brew_complete_arg 'contributions' -l verbose -d 'Make some output more ve
|
|||||||
__fish_brew_complete_cmd 'create' 'Generate a formula or, with `--cask`, a cask for the downloadable file at URL and open it in the editor'
|
__fish_brew_complete_cmd 'create' 'Generate a formula or, with `--cask`, a cask for the downloadable file at URL and open it in the editor'
|
||||||
__fish_brew_complete_arg 'create' -l HEAD -d 'Indicate that URL points to the package\'s repository rather than a file'
|
__fish_brew_complete_arg 'create' -l HEAD -d 'Indicate that URL points to the package\'s repository rather than a file'
|
||||||
__fish_brew_complete_arg 'create' -l autotools -d 'Create a basic template for an Autotools-style build'
|
__fish_brew_complete_arg 'create' -l autotools -d 'Create a basic template for an Autotools-style build'
|
||||||
|
__fish_brew_complete_arg 'create' -l cabal -d 'Create a basic template for a Cabal build'
|
||||||
__fish_brew_complete_arg 'create' -l cask -d 'Create a basic template for a cask'
|
__fish_brew_complete_arg 'create' -l cask -d 'Create a basic template for a cask'
|
||||||
__fish_brew_complete_arg 'create' -l cmake -d 'Create a basic template for a CMake-style build'
|
__fish_brew_complete_arg 'create' -l cmake -d 'Create a basic template for a CMake-style build'
|
||||||
__fish_brew_complete_arg 'create' -l crystal -d 'Create a basic template for a Crystal build'
|
__fish_brew_complete_arg 'create' -l crystal -d 'Create a basic template for a Crystal build'
|
||||||
|
@ -777,28 +777,29 @@ _brew_contributions() {
|
|||||||
_brew_create() {
|
_brew_create() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'(--cask)--HEAD[Indicate that URL points to the package'\''s repository rather than a file]' \
|
'(--cask)--HEAD[Indicate that URL points to the package'\''s repository rather than a file]' \
|
||||||
'(--cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--autotools[Create a basic template for an Autotools-style build]' \
|
'(--cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--autotools[Create a basic template for an Autotools-style build]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --HEAD --set-license)--cask[Create a basic template for a cask]' \
|
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cabal[Create a basic template for a Cabal build]' \
|
||||||
'(--autotools --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cmake[Create a basic template for a CMake-style build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --HEAD --set-license)--cask[Create a basic template for a cask]' \
|
||||||
'(--autotools --cmake --go --meson --node --perl --python --ruby --rust --zig --cask)--crystal[Create a basic template for a Crystal build]' \
|
'(--autotools --cabal --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cmake[Create a basic template for a CMake-style build]' \
|
||||||
|
'(--autotools --cabal --cmake --go --meson --node --perl --python --ruby --rust --zig --cask)--crystal[Create a basic template for a Crystal build]' \
|
||||||
'--debug[Display any debugging information]' \
|
'--debug[Display any debugging information]' \
|
||||||
'--force[Ignore errors for disallowed formula names and names that shadow aliases]' \
|
'--force[Ignore errors for disallowed formula names and names that shadow aliases]' \
|
||||||
'(--autotools --cmake --crystal --meson --node --perl --python --ruby --rust --zig --cask)--go[Create a basic template for a Go build]' \
|
'(--autotools --cabal --cmake --crystal --meson --node --perl --python --ruby --rust --zig --cask)--go[Create a basic template for a Go build]' \
|
||||||
'--help[Show this message]' \
|
'--help[Show this message]' \
|
||||||
'(--autotools --cmake --crystal --go --node --perl --python --ruby --rust --zig --cask)--meson[Create a basic template for a Meson-style build]' \
|
'(--autotools --cabal --cmake --crystal --go --node --perl --python --ruby --rust --zig --cask)--meson[Create a basic template for a Meson-style build]' \
|
||||||
'--no-fetch[Homebrew will not download URL to the cache and will thus not add its SHA-256 to the formula for you, nor will it check the GitHub API for GitHub projects (to fill out its description and homepage)]' \
|
'--no-fetch[Homebrew will not download URL to the cache and will thus not add its SHA-256 to the formula for you, nor will it check the GitHub API for GitHub projects (to fill out its description and homepage)]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --perl --python --ruby --rust --zig --cask)--node[Create a basic template for a Node build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --perl --python --ruby --rust --zig --cask)--node[Create a basic template for a Node build]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --python --ruby --rust --zig --cask)--perl[Create a basic template for a Perl build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --node --python --ruby --rust --zig --cask)--perl[Create a basic template for a Perl build]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --perl --ruby --rust --zig --cask)--python[Create a basic template for a Python build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --ruby --rust --zig --cask)--python[Create a basic template for a Python build]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--quiet[Make some output more quiet]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --perl --python --rust --zig --cask)--ruby[Create a basic template for a Ruby build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --rust --zig --cask)--ruby[Create a basic template for a Ruby build]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --zig --cask)--rust[Create a basic template for a Rust build]' \
|
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --zig --cask)--rust[Create a basic template for a Rust build]' \
|
||||||
'(--cask)--set-license[Explicitly set the license of the new formula]' \
|
'(--cask)--set-license[Explicitly set the license of the new formula]' \
|
||||||
'--set-name[Explicitly set the name of the new formula or cask]' \
|
'--set-name[Explicitly set the name of the new formula or cask]' \
|
||||||
'--set-version[Explicitly set the version of the new formula or cask]' \
|
'--set-version[Explicitly set the version of the new formula or cask]' \
|
||||||
'--tap[Generate the new formula within the given tap, specified as user`/`repo]' \
|
'--tap[Generate the new formula within the given tap, specified as user`/`repo]' \
|
||||||
'--verbose[Make some output more verbose]' \
|
'--verbose[Make some output more verbose]' \
|
||||||
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --cask)--zig[Create a basic template for a Zig build]'
|
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --cask)--zig[Create a basic template for a Zig build]'
|
||||||
}
|
}
|
||||||
|
|
||||||
# brew debugger
|
# brew debugger
|
||||||
|
@ -2414,6 +2414,10 @@ see: <https://rubydoc.brew.sh/Formula>
|
|||||||
|
|
||||||
: Create a basic template for an Autotools-style build.
|
: Create a basic template for an Autotools-style build.
|
||||||
|
|
||||||
|
`--cabal`
|
||||||
|
|
||||||
|
: Create a basic template for a Cabal build.
|
||||||
|
|
||||||
`--cask`
|
`--cask`
|
||||||
|
|
||||||
: Create a basic template for a cask.
|
: Create a basic template for a cask.
|
||||||
|
@ -1525,6 +1525,9 @@ Generate a formula or, with \fB\-\-cask\fP, a cask for the downloadable file at
|
|||||||
\fB\-\-autotools\fP
|
\fB\-\-autotools\fP
|
||||||
Create a basic template for an Autotools\-style build\.
|
Create a basic template for an Autotools\-style build\.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-cabal\fP
|
||||||
|
Create a basic template for a Cabal build\.
|
||||||
|
.TP
|
||||||
\fB\-\-cask\fP
|
\fB\-\-cask\fP
|
||||||
Create a basic template for a cask\.
|
Create a basic template for a cask\.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user