rebar: install zsh/bash/fish shell completions
Closes #6586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1f7f32de00
commit
cf84709272
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ class Rebar < Formula
|
|||
def install
|
||||
system "./bootstrap"
|
||||
bin.install "rebar"
|
||||
|
||||
bash_completion.install "priv/shell-completion/bash/rebar"
|
||||
zsh_completion.install "priv/shell-completion/zsh/_rebar" => "_rebar"
|
||||
fish_completion.install "priv/shell-completion/fish/rebar.fish"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue