youtube-dl: Install fish completion
Closes Homebrew/homebrew#41701. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6b67e271da
commit
cf1479197c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class YoutubeDl < Formula
|
||||||
man1.install "youtube-dl.1"
|
man1.install "youtube-dl.1"
|
||||||
bash_completion.install "youtube-dl.bash-completion"
|
bash_completion.install "youtube-dl.bash-completion"
|
||||||
zsh_completion.install "youtube-dl.zsh" => "_youtube-dl"
|
zsh_completion.install "youtube-dl.zsh" => "_youtube-dl"
|
||||||
|
fish_completion.install "youtube-dl.fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats
|
def caveats
|
||||||
|
|
Loading…
Reference in a new issue