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 e4bd6dd commit 2f4cbc3Copy full SHA for 2f4cbc3
Formula/p/pgcli.rb
@@ -90,7 +90,7 @@ def install
90
venv.pip_install Pathname.pwd
91
end
92
93
- generate_completions_from_executable(bin/"pgcli", shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(bin/"pgcli", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
94
95
96
test do
0 commit comments