mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50: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",
|
||||
"SYMROOT=build"
|
||||
bin.install "build/mas"
|
||||
|
||||
bash_completion.install "contrib/completion/mas-completion.bash" => "mas"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue