Skip to content

Commit 2f4cbc3

Browse files
StenALdaeho-ro
authored andcommitted
pgcli: Generate Bash completions
1 parent e4bd6dd commit 2f4cbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/p/pgcli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def install
9090
venv.pip_install Pathname.pwd
9191
end
9292

93-
generate_completions_from_executable(bin/"pgcli", shells: [:fish, :zsh], shell_parameter_format: :click)
93+
generate_completions_from_executable(bin/"pgcli", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
9494
end
9595

9696
test do

0 commit comments

Comments
 (0)