Reflow CLI documentation comments (#11040)

I'm sorry, but I was writing some new content here and the inconsistent
wrapping was very hard to maintain and I didn't want to muddy the diff
there with reflowing.

I don't think we need to be strict about the reflow (I'm not sure we
even can be) but some of these were very far off from our typical wrap
length.
This commit is contained in:
Zanie Blue
2025-01-29 08:21:32 -06:00
committed by GitHub
parent c5ccea2bb1
commit 7633f1db83
2 changed files with 343 additions and 398 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ uv run [OPTIONS] [COMMAND]
</dd><dt><code>--gui-script</code></dt><dd><p>Run the given path as a Python GUI script.</p>
<p>Using <code>--gui-script</code> will attempt to parse the path as a PEP 723 script and run it with pythonw.exe, irrespective of its extension. Only available on Windows.</p>
<p>Using <code>--gui-script</code> will attempt to parse the path as a PEP 723 script and run it with <code>pythonw.exe</code>, irrespective of its extension. Only available on Windows.</p>
</dd><dt><code>--help</code>, <code>-h</code></dt><dd><p>Display the concise help for this command</p>