Support --with-editable in uv tool install (#8472)

## Summary

Closes https://github.com/astral-sh/uv/issues/7528

## Test Plan

`cargo test`

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Ahmed Ilyas
2024-10-23 02:06:33 +02:00
committed by GitHub
parent 21b9254949
commit 82df00a917
6 changed files with 61 additions and 1 deletions
+2
View File
@@ -3240,6 +3240,8 @@ uv tool install [OPTIONS] <PACKAGE>
</dd><dt><code>--with</code> <i>with</i></dt><dd><p>Include the following extra requirements</p>
</dd><dt><code>--with-editable</code> <i>with-editable</i></dt><dd><p>Include the given packages as editables</p>
</dd><dt><code>--with-requirements</code> <i>with-requirements</i></dt><dd><p>Run all requirements listed in the given <code>requirements.txt</code> files</p>
</dd></dl>