uv/docs
bluss 7a25a82fc9
Move uvx shell completion to uvx --generate-shell-completion (#7511)
## 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
2024-09-20 01:27:25 +00:00
..
.overrides Use | for page separator in meta titles (#6953) 2024-09-03 00:42:59 +00:00
assets Add static assets to docs pages (#6951) 2024-09-02 20:00:30 -04:00
concepts Allow users to provide pre-defined metadata for resolution (#7442) 2024-09-18 03:18:05 +00:00
configuration Touchup to the project environment config section (#7038) 2024-09-04 15:02:35 -05:00
getting-started Move uvx shell completion to uvx --generate-shell-completion (#7511) 2024-09-20 01:27:25 +00:00
guides Bump version to 0.4.13 (#7558) 2024-09-19 20:43:56 +00:00
js Improve copy of console command examples (#5397) 2024-07-31 14:52:02 +00:00
pip (doc) Fix wrong examples for locking (#7120) 2024-09-06 08:21:54 -05:00
reference Clarify behavior of of overrides in CLI reference (#7537) 2024-09-19 07:02:42 -05:00
stylesheets Increase the size of nav entries (#6233) 2024-08-20 11:22:29 -05:00
.gitignore Add structured documentation (#4426) 2024-06-26 11:28:42 -05:00
index.md Use more verbose spelling of "virtualenv" during creation (#7523) 2024-09-18 21:22:37 -05:00
requirements-insiders.in Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements-insiders.txt Reference the root requirements from the insiders requirements file (#5105) 2024-07-16 09:51:16 -05:00
requirements.in Migrate from MdBook to MkDocs (#5062) 2024-07-15 22:22:07 +00:00
requirements.txt Migrate from MdBook to MkDocs (#5062) 2024-07-15 22:22:07 +00:00