snippetbashTip
uv help — Display detailed documentation for `uv` commands. More information: <https://docs.astral.sh/uv/refer
Viewed 0 times
commandcommandsuv helpdetailedclidocumentationfordisplay
Problem
How to use the
uv help command: Display detailed documentation for uv commands. More information: <https://docs.astral.sh/uv/reference/cli/#uv-help>.Solution
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 helpDisplay 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}}Code Snippets
Display general help for `uv`
uv helpDisplay 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}}Context
tldr-pages: common/uv help
Revisions (0)
No revisions yet.