From 2dc9d9a9f5f2c0b2bcd2383b31415556ba2cbf3c Mon Sep 17 00:00:00 2001 From: Mark Iannucci Date: Sun, 17 Nov 2024 10:15:22 -0700 Subject: [PATCH] add shell completion to brew install; closes #651 --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 06524b6e..e946cd8a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -84,6 +84,7 @@ brews: else bin.install File.exist?("bin/jira") ? "bin/jira" : "jira" end + generate_completions_from_executable(bin/"jira", "completion", shells: [:bash, :zsh, :fish]) test: | help_text = shell_output("#{bin}/jira version")