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 ed458c9 commit 472e8eeCopy full SHA for 472e8ee
Formula/b/beancount.rb
@@ -56,7 +56,7 @@ def install
56
virtualenv_install_with_resources
57
58
bin.glob("bean-*") do |executable|
59
- generate_completions_from_executable(executable, shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(executable, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
60
end
61
62
0 commit comments