mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
481 B
Plaintext
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}}`
|