Skip to content

Commit c8bc9c4

Browse files
committed
bilix: Generate Bash completions
1 parent 472e8ee commit c8bc9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/b/bilix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class Bilix < Formula
196196
def install
197197
virtualenv_install_with_resources
198198

199-
generate_completions_from_executable(bin/"bilix", shells: [:fish, :zsh], shell_parameter_format: :click)
199+
generate_completions_from_executable(bin/"bilix", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
200200
end
201201

202202
test do

0 commit comments

Comments
 (0)