Skip to content

Commit 0f74eff

Browse files
committed
pkl: add shell completion
1 parent ba2a727 commit 0f74eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/p/pkl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def install
3434

3535
system "gradle", *args, job_name
3636
bin.install "pkl-cli/build/executable/pkl-#{OS.mac? ? "macos" : "linux"}-#{arch}" => "pkl"
37+
generate_completions_from_executable(bin/"pkl", "shell-completion")
3738
end
3839

3940
test do

0 commit comments

Comments
 (0)