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 bb447d8 commit 2d3e8b5Copy full SHA for 2d3e8b5
Formula/n/name-that-hash.rb
@@ -47,7 +47,7 @@ def install
47
virtualenv_install_with_resources
48
49
%w[name-that-hash nth].each do |cmd|
50
- generate_completions_from_executable(bin/cmd, shells: [:fish, :zsh], shell_parameter_format: :click)
+ generate_completions_from_executable(bin/cmd, shells: [:bash, :fish, :zsh], shell_parameter_format: :click)
51
end
52
53
0 commit comments