mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-08 07:15:24 +02:00

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
20 lines
388 B
Markdown
20 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}}`
|