mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 17:55:24 +02:00
21 lines
388 B
Markdown
21 lines
388 B
Markdown
![]() |
# 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}}`
|