mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
![]() ## Summary Because a problem was found with Powershell and combining the generated completion scripts for uv and uvx, let's try separating uv and uvx command completion scripts. The generated powershell script template can be seen in clap_complete source, and it starts with `using` directives, which makes it impossible (apparently) to concatenate two of those script outputs. As a side effect, this is available under `uv tool run --generate-shell-completion` too. Fixes #7482 ## Test Plan - `eval "$(cargo run --bin uvx -- --generate-shell-completion bash)"` - Test Powershell |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |