mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 10:15:25 +02:00

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