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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user