Skip to content

Commit 223cae2

Browse files
StenALdaeho-ro
authored andcommitted
pip-tools: Generate Bash completions
1 parent 2f4cbc3 commit 223cae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/p/pip-tools.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def install
5454
virtualenv_install_with_resources
5555

5656
%w[pip-compile pip-sync].each do |script|
57-
generate_completions_from_executable(bin/script, shells: [:fish, :zsh], shell_parameter_format: :click)
57+
generate_completions_from_executable(bin/script, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
5858
end
5959
end
6060

0 commit comments

Comments
 (0)