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 f75fbe6 commit 4f475d4Copy full SHA for 4f475d4
Formula/c/cekit.rb
@@ -78,7 +78,7 @@ class Cekit < Formula
78
def install
79
virtualenv_install_with_resources
80
81
- generate_completions_from_executable(bin/"cekit", shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(bin/"cekit", shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
82
end
83
84
test do
0 commit comments