Skip to content

Commit a462579

Browse files
authored
tombi: add shell completions
1 parent 554deda commit a462579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/t/tombi.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class Tombi < Formula
1919

2020
def install
2121
system "cargo", "install", *std_cargo_args(path: "rust/tombi-cli")
22+
23+
generate_completions_from_executable(bin/"tombi", "completion", shells: [:bash, :zsh, :fish, :pwsh])
2224
end
2325

2426
test do

0 commit comments

Comments
 (0)