Skip to content

Commit

Permalink
uv: install uvx completions
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 21, 2024
1 parent 6b7ddf6 commit cd7cd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/u/uv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def install
ENV["UV_COMMIT_DATE"] = time.strftime("%F")
system "cargo", "install", "--no-default-features", *std_cargo_args(path: "crates/uv")
generate_completions_from_executable(bin/"uv", "generate-shell-completion")
generate_completions_from_executable(bin/"uvx", "--generate-shell-completion", base_name: "uvx")
end

test do
Expand Down

0 comments on commit cd7cd68

Please sign in to comment.