mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-01 09:32:18 +00:00
Remove executable alias; import anstream (#5187)
Post-push review from https://github.com/astral-sh/uv/pull/5160.
This commit is contained in:
parent
8484611753
commit
36a0ee9822
4 changed files with 8 additions and 5 deletions
|
@ -2215,7 +2215,7 @@ pub struct ToolDirArgs {
|
|||
///
|
||||
/// By default, `uv tool dir` shows the directory into which the tool Python environments
|
||||
/// themselves are installed, rather than the directory containing the linked executables.
|
||||
#[arg(long, alias = "executable")]
|
||||
#[arg(long)]
|
||||
pub bin: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue