We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72acc9d commit c0c5f63Copy full SHA for c0c5f63
Formula/u/usage.rb
@@ -19,6 +19,7 @@ class Usage < Formula
19
20
def install
21
system "cargo", "install", *std_cargo_args(path: "cli")
22
+ generate_completions_from_executable(bin/"usage", "--completions")
23
end
24
25
test do
0 commit comments