mirror of
https://github.com/mas-cli/mas
synced 2024-11-28 22:40:24 +00:00
Adding bash completion to Homebrew forumla
This commit is contained in:
parent
dd2f480187
commit
35b2d1fc91
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ class Mas < Formula
|
||||||
"-configuration", "Release",
|
"-configuration", "Release",
|
||||||
"SYMROOT=build"
|
"SYMROOT=build"
|
||||||
bin.install "build/mas"
|
bin.install "build/mas"
|
||||||
|
|
||||||
|
bash_completion.install "contrib/completion/mas-completion.bash" => "mas"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in a new issue