1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 17:55:24 +02:00
tldr/pages/common/uv-help.md

21 lines
388 B
Markdown
Raw Normal View History

# 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}}`