Skip to content

Commit 3c69345

Browse files
committed
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.
1 parent e6377ed commit 3c69345

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

completions/bash/brew

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ _brew_create() {
836836
__brewcomp "
837837
--HEAD
838838
--autotools
839+
--cabal
839840
--cask
840841
--cmake
841842
--crystal

completions/fish/brew.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ __fish_brew_complete_arg 'contributions' -l verbose -d 'Make some output more ve
611611
__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'
612612
__fish_brew_complete_arg 'create' -l HEAD -d 'Indicate that URL points to the package\'s repository rather than a file'
613613
__fish_brew_complete_arg 'create' -l autotools -d 'Create a basic template for an Autotools-style build'
614+
__fish_brew_complete_arg 'create' -l cabal -d 'Create a basic template for a Cabal build'
614615
__fish_brew_complete_arg 'create' -l cask -d 'Create a basic template for a cask'
615616
__fish_brew_complete_arg 'create' -l cmake -d 'Create a basic template for a CMake-style build'
616617
__fish_brew_complete_arg 'create' -l crystal -d 'Create a basic template for a Crystal build'

completions/zsh/_brew

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -777,28 +777,29 @@ _brew_contributions() {
777777
_brew_create() {
778778
_arguments \
779779
'(--cask)--HEAD[Indicate that URL points to the package'\''s repository rather than a file]' \
780-
'(--cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--autotools[Create a basic template for an Autotools-style build]' \
781-
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --HEAD --set-license)--cask[Create a basic template for a cask]' \
782-
'(--autotools --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cmake[Create a basic template for a CMake-style build]' \
783-
'(--autotools --cmake --go --meson --node --perl --python --ruby --rust --zig --cask)--crystal[Create a basic template for a Crystal build]' \
780+
'(--cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--autotools[Create a basic template for an Autotools-style build]' \
781+
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cabal[Create a basic template for a Cabal build]' \
782+
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --zig --HEAD --set-license)--cask[Create a basic template for a cask]' \
783+
'(--autotools --cabal --crystal --go --meson --node --perl --python --ruby --rust --zig --cask)--cmake[Create a basic template for a CMake-style build]' \
784+
'(--autotools --cabal --cmake --go --meson --node --perl --python --ruby --rust --zig --cask)--crystal[Create a basic template for a Crystal build]' \
784785
'--debug[Display any debugging information]' \
785786
'--force[Ignore errors for disallowed formula names and names that shadow aliases]' \
786-
'(--autotools --cmake --crystal --meson --node --perl --python --ruby --rust --zig --cask)--go[Create a basic template for a Go build]' \
787+
'(--autotools --cabal --cmake --crystal --meson --node --perl --python --ruby --rust --zig --cask)--go[Create a basic template for a Go build]' \
787788
'--help[Show this message]' \
788-
'(--autotools --cmake --crystal --go --node --perl --python --ruby --rust --zig --cask)--meson[Create a basic template for a Meson-style build]' \
789+
'(--autotools --cabal --cmake --crystal --go --node --perl --python --ruby --rust --zig --cask)--meson[Create a basic template for a Meson-style build]' \
789790
'--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)]' \
790-
'(--autotools --cmake --crystal --go --meson --perl --python --ruby --rust --zig --cask)--node[Create a basic template for a Node build]' \
791-
'(--autotools --cmake --crystal --go --meson --node --python --ruby --rust --zig --cask)--perl[Create a basic template for a Perl build]' \
792-
'(--autotools --cmake --crystal --go --meson --node --perl --ruby --rust --zig --cask)--python[Create a basic template for a Python build]' \
791+
'(--autotools --cabal --cmake --crystal --go --meson --perl --python --ruby --rust --zig --cask)--node[Create a basic template for a Node build]' \
792+
'(--autotools --cabal --cmake --crystal --go --meson --node --python --ruby --rust --zig --cask)--perl[Create a basic template for a Perl build]' \
793+
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --ruby --rust --zig --cask)--python[Create a basic template for a Python build]' \
793794
'--quiet[Make some output more quiet]' \
794-
'(--autotools --cmake --crystal --go --meson --node --perl --python --rust --zig --cask)--ruby[Create a basic template for a Ruby build]' \
795-
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --zig --cask)--rust[Create a basic template for a Rust build]' \
795+
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --rust --zig --cask)--ruby[Create a basic template for a Ruby build]' \
796+
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --zig --cask)--rust[Create a basic template for a Rust build]' \
796797
'(--cask)--set-license[Explicitly set the license of the new formula]' \
797798
'--set-name[Explicitly set the name of the new formula or cask]' \
798799
'--set-version[Explicitly set the version of the new formula or cask]' \
799800
'--tap[Generate the new formula within the given tap, specified as user`/`repo]' \
800801
'--verbose[Make some output more verbose]' \
801-
'(--autotools --cmake --crystal --go --meson --node --perl --python --ruby --rust --cask)--zig[Create a basic template for a Zig build]'
802+
'(--autotools --cabal --cmake --crystal --go --meson --node --perl --python --ruby --rust --cask)--zig[Create a basic template for a Zig build]'
802803
}
803804

804805
# brew debugger

docs/Manpage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,10 @@ see: <https://rubydoc.brew.sh/Formula>
24142414

24152415
: Create a basic template for an Autotools-style build.
24162416

2417+
`--cabal`
2418+
2419+
: Create a basic template for a Cabal build.
2420+
24172421
`--cask`
24182422

24192423
: Create a basic template for a cask.

manpages/brew.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,9 @@ Generate a formula or, with \fB\-\-cask\fP, a cask for the downloadable file at
15251525
\fB\-\-autotools\fP
15261526
Create a basic template for an Autotools\-style build\.
15271527
.TP
1528+
\fB\-\-cabal\fP
1529+
Create a basic template for a Cabal build\.
1530+
.TP
15281531
\fB\-\-cask\fP
15291532
Create a basic template for a cask\.
15301533
.TP

0 commit comments

Comments
 (0)