--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # uv help > Display detailed documentation for `uv` commands. > More information: . - 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}}`