Files
cheatsheet-tldr/tldr/uv-help
2025-06-19 00:20:52 +00:00

26 lines
481 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# uv help
> Display detailed documentation for `uv` commands.
> More information: <https://docs.astral.sh/uv/reference/cli/#uv-help>.
- Display general help for `uv`:
`uv help`
- Display help for a specific command:
`uv help {{command}}`
- Display help for a subcommand:
`uv help {{command}} {{subcommand}}`
- Display help without using a pager:
`uv help --no-pager {{command}}`