Skip to content

CLI docs papercut for --verbose #12986

Open
@edmorley

Description

@edmorley

Many of the uv CLI commands support a --verbose arg.

The docs for those currently say:

--verbose, -v

Use verbose output.

You can configure fine-grained logging using the RUST_LOG environment variable. (https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives)

eg:
https://docs.astral.sh/uv/reference/cli/#uv-sync--verbose

However:

  1. The URL is being displayed as raw markdown rather than a clickable link
  2. It seems like it might be better to link to uv's own RUST_LOG env var docs here rather than an external Rust crate's docs?

(Sorry I would open a PR for this but my backlog is overflowing at the moment 😅)

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions