1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-08 11:15:23 +02:00
tldr/pages/common/uv-help.md
Meinard Francisco edbed8ce00
uv-{help,lock,pip,remove,run,sync,venv,version}: add pages (#16875)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-18 11:23:49 +03:00

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