From 2e0f399eeb57e06dadf6e4d652d31329ada64e85 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 10 Jul 2025 21:46:44 -0400 Subject: [PATCH] Run `cargo dev generate-all` (#14555) ## Summary I think we had a missing rebase. --- docs/reference/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/cli.md b/docs/reference/cli.md index f8247d5aa..0364703c2 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -1181,7 +1181,7 @@ environment in the project.

  • aarch64-manylinux_2_38: An ARM64 target for the manylinux_2_38 platform
  • aarch64-manylinux_2_39: An ARM64 target for the manylinux_2_39 platform
  • aarch64-manylinux_2_40: An ARM64 target for the manylinux_2_40 platform
  • -
  • wasm32-pyodide2024: A wasm32 target using the the Pyodide 2024 platform. Meant for use with Python 3.12
  • +
  • wasm32-pyodide2024: A wasm32 target using the Pyodide 2024 platform. Meant for use with Python 3.12
  • --quiet, -q

    Use quiet output.

    Repeating this option, e.g., -qq, will enable a silent mode in which uv will write no output to stdout.

    --refresh

    Refresh all cached data