kubeaudit: add completions

Closes #111091.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Max Eisner 2022-09-08 00:52:36 +02:00 committed by BrewTestBot
parent e0824c7d3e
commit f78967230b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ class Kubeaudit < Formula
]
system "go", "build", *std_go_args(ldflags: ldflags), "./cmd"
generate_completions_from_executable(bin/"kubeaudit", "completion")
end
test do