STYLE.md
The following is a work-in-progress style guide for our user-facing messaging in the CLI output and documentation.
<https://astral.sh> (unless it
is an example; then, use backticks).[name](url).This is the value: value. If the value is a literal, wrap it in backticks.--resolution lowest, not --resolution=lowest.Just uv, please.
uv, unless referring specifically to the uv executable.UV_PYTHON.Prerelease, not
PreRelease; and prerelease, not pre_release).The documentation is divided into:
console syntax, use $ to indicate commands — everything else is output.bash syntax when displaying command output.console with $ prefixed commands over bash.title for example files, e.g., pyproject.toml, Dockerfile, or example.py.NO_COLOR must be respected when using any colors or styling.UV_NO_PROGRESS must be respected when using progress-styling like bars or spinners.warn, info, debug, and trace logs are all shown with the --verbose flag.
RUST_LOG.warn_user and warn_user_once are shown without the --verbose flag.
hint: <content>.