Skip to content

Commit c836576

Browse files
authored
Merge pull request #233305 from branchvincent/oci-cli
oci-cli: add TODO to include bash completions
2 parents a99b6e5 + 23925c2 commit c836576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/o/oci-cli.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def install
104104
venv.pip_install_and_link Pathname.pwd
105105
end
106106

107+
# TODO: remove `shells` argument to include `bash` completions with click 8.1.7+
108+
# https://github.com/pallets/click/commit/d9db70cabdc9cb10cd5584464b8adb9a24545b92
107109
generate_completions_from_executable(bin/"oci", shells: [:fish, :zsh], shell_parameter_format: :click)
108110
end
109111

0 commit comments

Comments
 (0)