We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4cbc3 commit 223cae2Copy full SHA for 223cae2
Formula/p/pip-tools.rb
@@ -54,7 +54,7 @@ def install
54
virtualenv_install_with_resources
55
56
%w[pip-compile pip-sync].each do |script|
57
- generate_completions_from_executable(bin/script, shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(bin/script, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
58
end
59
60
0 commit comments