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 9ac8247 commit 6c03bfaCopy full SHA for 6c03bfa
Formula/p/pipgrip.rb
@@ -49,7 +49,7 @@ class Pipgrip < Formula
49
def install
50
virtualenv_install_with_resources
51
52
- generate_completions_from_executable(bin/"pipgrip", shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(bin/"pipgrip", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
53
end
54
55
test do
0 commit comments