Skip to content

Commit 472e8ee

Browse files
committed
beancount: Generate Bash completions
1 parent ed458c9 commit 472e8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/b/beancount.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def install
5656
virtualenv_install_with_resources
5757

5858
bin.glob("bean-*") do |executable|
59-
generate_completions_from_executable(executable, shells: [:fish, :zsh], shell_parameter_format: :click)
59+
generate_completions_from_executable(executable, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
6060
end
6161
end
6262

0 commit comments

Comments
 (0)